diff options
author | William Hua <william.hua@canonical.com> | 2013-03-21 01:11:51 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-03-21 01:11:51 -0400 |
commit | bb5d7364fcc89d18a9c431344acf56f48fcbc684 (patch) | |
tree | 64d862276ec886ac9d2d5dd16833d9d3af069599 /configure.ac | |
parent | 1eba4ec7bd2d3a746ff929363b8de05df8462965 (diff) | |
download | ayatana-indicator-keyboard-bb5d7364fcc89d18a9c431344acf56f48fcbc684.tar.gz ayatana-indicator-keyboard-bb5d7364fcc89d18a9c431344acf56f48fcbc684.tar.bz2 ayatana-indicator-keyboard-bb5d7364fcc89d18a9c431344acf56f48fcbc684.zip |
Integrate IBus and libgnomekbd.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38225c1f..238202f7 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,10 @@ PKG_CHECK_MODULES([GIO], [gio-2.0]) AC_SUBST(GIO_CFLAGS) AC_SUBST(GIO_LIBS) +PKG_CHECK_MODULES([IBUS], [ibus-1.0]) +AC_SUBST(IBUS_CFLAGS) +AC_SUBST(IBUS_LIBS) + AC_CONFIG_FILES([Makefile data/Makefile data/indicator-keyboard.service |