wlterm: add hard-dependency to xkbcommon

wlterm needs xkbcommon as the wayland protocol depends on XKB states.
Hence, we add a hard-dependency for wlterm.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-09-26 23:45:02 +02:00
parent b87b6555e8
commit d16f429335
2 changed files with 5 additions and 2 deletions

View File

@ -456,10 +456,12 @@ wlterm_SOURCES = \
src/pty.c
wlterm_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(WAYLAND_CFLAGS)
$(WAYLAND_CFLAGS) \
$(XKBCOMMON_CFLAGS)
wlterm_LDADD = \
libeloop.la \
libtsm.la \
libtext-font.la \
-lpthread \
$(WAYLAND_LIBS)
$(WAYLAND_LIBS) \
$(XKBCOMMON_LIBS)

View File

@ -280,6 +280,7 @@ if test x$enable_wlterm = xyes ; then
enable_eloop=yes
enable_tsm=yes
enable_wayland=yes
enable_xkbcommon=yes
fi
AM_CONDITIONAL([BUILD_ENABLE_WLTERM],