wlterm: add hard-dependency to xkbcommon
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 21:45:02 +0000 (23:45 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Sep 2012 21:45:02 +0000 (23:45 +0200)
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>
Makefile.am
configure.ac

index cf2ad01..8537040 100644 (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)
index 3fd6b73..fdd4205 100644 (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],