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:
parent
b87b6555e8
commit
d16f429335
@ -456,10 +456,12 @@ wlterm_SOURCES = \
|
|||||||
src/pty.c
|
src/pty.c
|
||||||
wlterm_CPPFLAGS = \
|
wlterm_CPPFLAGS = \
|
||||||
$(AM_CPPFLAGS) \
|
$(AM_CPPFLAGS) \
|
||||||
$(WAYLAND_CFLAGS)
|
$(WAYLAND_CFLAGS) \
|
||||||
|
$(XKBCOMMON_CFLAGS)
|
||||||
wlterm_LDADD = \
|
wlterm_LDADD = \
|
||||||
libeloop.la \
|
libeloop.la \
|
||||||
libtsm.la \
|
libtsm.la \
|
||||||
libtext-font.la \
|
libtext-font.la \
|
||||||
-lpthread \
|
-lpthread \
|
||||||
$(WAYLAND_LIBS)
|
$(WAYLAND_LIBS) \
|
||||||
|
$(XKBCOMMON_LIBS)
|
||||||
|
@ -280,6 +280,7 @@ if test x$enable_wlterm = xyes ; then
|
|||||||
enable_eloop=yes
|
enable_eloop=yes
|
||||||
enable_tsm=yes
|
enable_tsm=yes
|
||||||
enable_wayland=yes
|
enable_wayland=yes
|
||||||
|
enable_xkbcommon=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL([BUILD_ENABLE_WLTERM],
|
AM_CONDITIONAL([BUILD_ENABLE_WLTERM],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user