build: fix build without libfont.la
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 5 Jan 2013 23:50:12 +0000 (00:50 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 5 Jan 2013 23:50:12 +0000 (00:50 +0100)
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>
Makefile.am

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