Drop IBus dependency when compiling.

This commit is contained in:
Daiki Ueno
2012-03-30 17:22:39 +09:00
parent 3fd5eb789c
commit 528981f913
3 changed files with 37 additions and 62 deletions

View File

@ -54,11 +54,6 @@ eekboard_CFLAGS += $(ATSPI2_CFLAGS)
eekboard_LDADD += $(ATSPI2_LIBS)
endif
if ENABLE_IBUS
eekboard_CFLAGS += $(IBUS_CFLAGS)
eekboard_LDADD += $(IBUS_LIBS)
endif
eekboard_headers = \
client.h \
$(NULL)