Use libXtst directly instead of via libfakekey.

This commit is contained in:
Daiki Ueno
2011-06-13 15:26:59 +09:00
parent 606f335496
commit 9d73b89a4e
6 changed files with 130 additions and 111 deletions

View File

@ -41,11 +41,11 @@ eekboard_LDADD = \
$(XKB_LIBS) \
$(LIBXKLAVIER_LIBS)
if ENABLE_FAKEKEY
if ENABLE_XTEST
eekboard_CFLAGS += \
$(FAKEKEY_CFLAGS)
$(XTEST_CFLAGS)
eekboard_LDADD += \
$(FAKEKEY_LIBS)
$(XTEST_LIBS)
endif
if ENABLE_ATSPI