From 77b67694d211fdff8a3b3fc1c658e7f6df92d35a Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 6 Jan 2013 00:50:12 +0100 Subject: [PATCH] build: fix build without libfont.la We still have dead dependencies on libfont.la but don't build it anymore. Remove the dependency as it is directly linked now. Reported-by: Vladimir Kravets Signed-off-by: David Herrmann --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bc0fa8a..e60453a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -493,7 +493,6 @@ kmscon_LDADD = \ $(XKBCOMMON_LIBS) \ libeloop.la \ libuterm.la \ - libfont.la \ -lpthread kmscon_LDFLAGS = \ -rdynamic