wlt: link font library statically
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 19:32:40 +0000 (20:32 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 24 Jan 2013 19:32:40 +0000 (20:32 +0100)
commit4f8edb38c8171ce66d116c1f426fae195b837b97
tree60a7b5e57313b02f4f486136c6dc7a6caac7ce5c
parent6a7cbd8fc06e41eb8fa5212394123de7d65159dd
wlt: link font library statically

We need the font layer to build wlterm. However, the font layer depends on
kmscon internal module handling so we cannot do this. To avoid this, we
simply provide dummy handlers for the kmscon_module_* layer and link it
anyway. This is kind of ugly but works, yey!

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
configure.ac
src/wlt_main.c