Implement IBus based activation.
This commit is contained in:
@ -55,6 +55,13 @@ eekboard_LDADD += \
|
||||
$(ATSPI2_LIBS)
|
||||
endif
|
||||
|
||||
if ENABLE_IBUS
|
||||
eekboard_CFLAGS += \
|
||||
$(IBUS_CFLAGS)
|
||||
eekboard_LDADD += \
|
||||
$(IBUS_LIBS)
|
||||
endif
|
||||
|
||||
eekboard_headers = client.h
|
||||
eekboard_SOURCES = client.c client-main.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user