summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-08-04 15:42:41 +0100
committerDan Winship <danw@gnome.org>2011-09-19 07:32:24 -0400
commit524b704349b4b9dc1d95188813eacfd5c6011daf (patch)
tree85060308c19f114d7066c73604a44c8b5d0a0230 /configure.ac
parentee235bd2c33653a70f6885cf596714683179172c (diff)
downloadcaribou-524b704349b4b9dc1d95188813eacfd5c6011daf.tar.gz
Auto-load OSK GTK+ modules when OSK is enabled
https://bugzilla.gnome.org/show_bug.cgi?id=655979
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe31be1..5f863ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,8 @@ if test x"$enable_gtk2_module" = x"yes"; then
AC_SUBST(GTK2_MODULES_DIR)
fi
+AM_CONDITIONAL([ENABLE_GTK_MODULES], [test x"enable_gtk2_module" = x"yes" -o x"$enable_gtk3_module" = x"yes"])
+
dnl == GSettings ==
GLIB_GSETTINGS