aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barth <david.barth@canonical.com>2010-07-22 19:15:46 +0200
committerDavid Barth <david.barth@canonical.com>2010-07-22 19:15:46 +0200
commite8979406add3d80ff89c5a0707effc0a603eaa77 (patch)
tree867968f3f37669ee50795e27739f9a93bcc961a7
parentb93453548ac650dd5cf12785e231cfaf5e271c1e (diff)
downloadayatana-indicator-datetime-e8979406add3d80ff89c5a0707effc0a603eaa77.tar.gz
ayatana-indicator-datetime-e8979406add3d80ff89c5a0707effc0a603eaa77.tar.bz2
ayatana-indicator-datetime-e8979406add3d80ff89c5a0707effc0a603eaa77.zip
make sure we get the right glib version with gsettings support
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8997bf..58018cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,8 @@ PKG_PROG_PKG_CONFIG
INDICATOR_REQUIRED_VERSION=0.3.0
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
-GIO_REQUIRED_VERSION=2.25.0
+GIO_REQUIRED_VERSION=2.25.11
+# Note: the GIO check below also ensures the proper glib with gsettings support is present
PKG_CHECK_MODULES(INDICATOR, indicator >= $INDICATOR_REQUIRED_VERSION
dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION