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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2013-01-06 00:50:12 +01:00
parent 776566e216
commit 77b67694d2

View File

@ -493,7 +493,6 @@ kmscon_LDADD = \
$(XKBCOMMON_LIBS) \
libeloop.la \
libuterm.la \
libfont.la \
-lpthread
kmscon_LDFLAGS = \
-rdynamic