From e8979406add3d80ff89c5a0707effc0a603eaa77 Mon Sep 17 00:00:00 2001 From: David Barth Date: Thu, 22 Jul 2010 19:15:46 +0200 Subject: make sure we get the right glib version with gsettings support --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3