diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:17:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:28:18 +0200 |
commit | d5277646dbe9a88d32c42187c9c3701a7c57a469 (patch) | |
tree | 21f8115516693217895e0242afb990ef28c14013 /configure.ac | |
parent | bca2db6d064187ecfa2bd9668a88b1b745683e1d (diff) | |
download | ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.gz ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.bz2 ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.zip |
Fork from Ubuntu's indicator-keyboard.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 058c84dd..0b9ccfb7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([ayatana-indicator-keyboard], [0.1.0]) +AC_INIT([ayatana-indicator-keyboard], [0.1.1]) AC_REVISION([0.1.0]) AC_CONFIG_SRCDIR([configure.ac]) @@ -39,7 +39,6 @@ PKG_CHECK_MODULES([GIO], [gio-2.0]) PKG_CHECK_MODULES([GTK], [gtk+-3.0]) PKG_CHECK_MODULES([PANGOFT2], [pangoft2]) PKG_CHECK_MODULES([PANGOCAIRO], [pangocairo]) -PKG_CHECK_MODULES([GNOME_DESKTOP], [gnome-desktop-3.0]) PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier]) PKG_CHECK_MODULES([LIBGNOMEKBD], [libgnomekbdui]) PKG_CHECK_MODULES([IBUS], [ibus-1.0]) @@ -59,7 +58,7 @@ AC_SUBST(COVERAGE_LDFLAGS) AC_CONFIG_FILES([Makefile data/Makefile data/upstart/Makefile - lib/Makefile + src/Makefile po/Makefile.in tests/Makefile tests/autopilot/Makefile |