aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2013-05-07 16:17:29 -0400
committerWilliam Hua <william.hua@canonical.com>2013-05-07 16:17:29 -0400
commitc121830a02e1367b54c8b71d1341e935e96d03fa (patch)
tree3d29c8f7fd8309b4d279e224520ef5bbb7bc89c8 /configure.ac
parentaa4b13008af3258f4802f6ee9d874cafc9ba44c7 (diff)
downloadayatana-indicator-keyboard-c121830a02e1367b54c8b71d1341e935e96d03fa.tar.gz
ayatana-indicator-keyboard-c121830a02e1367b54c8b71d1341e935e96d03fa.tar.bz2
ayatana-indicator-keyboard-c121830a02e1367b54c8b71d1341e935e96d03fa.zip
Fix keyboard layout display names.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ca24b88..ff10aa29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,10 @@ PKG_CHECK_MODULES([PANGOCAIRO], [pangocairo])
AC_SUBST([PANGOCAIRO_CFLAGS])
AC_SUBST([PANGOCAIRO_LIBS])
+PKG_CHECK_MODULES([GNOME_DESKTOP], [gnome-desktop-3.0])
+AC_SUBST([GNOME_DESKTOP_CFLAGS])
+AC_SUBST([GNOME_DESKTOP_LIBS])
+
PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier])
AC_SUBST([LIBXKLAVIER_CFLAGS])
AC_SUBST([LIBXKLAVIER_LIBS])