[gnome-settings-daemon] configure: Unify glib-2.0 and gio-2.0 requirements



commit 5588d10e36c994f3249e95e33b8ef21ac06971db
Author: Colin Walters <walters verbum org>
Date:   Mon Oct 29 11:39:45 2012 -0400

    configure: Unify glib-2.0 and gio-2.0 requirements
    
    It doesn't make sense to have distinct glib-2.0 and gio-2.0 required
    versions, since they come from the same module.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687072

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 09b0780..e1cb862 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,9 @@ dnl - Dependencies
 dnl ---------------------------------------------------------------------------
 
 GLIB_REQUIRED_VERSION=2.31.0
+GIO_REQUIRED_VERSION=${GLIB_REQUIRED_VERSION}
 GTK_REQUIRED_VERSION=3.3.18
 GCONF_REQUIRED_VERSION=2.6.1
-GIO_REQUIRED_VERSION=2.26.0
 GNOME_DESKTOP_REQUIRED_VERSION=3.5.3
 LIBNOTIFY_REQUIRED_VERSION=0.7.3
 UPOWER_GLIB_REQUIRED_VERSION=0.9.1
@@ -58,7 +58,6 @@ IBUS_REQUIRED_VERSION=1.4.99
 EXTRA_COMPILE_WARNINGS(yes)
 
 PKG_CHECK_MODULES(SETTINGS_DAEMON,
-        glib-2.0 >= $GLIB_REQUIRED_VERSION
         gtk+-3.0 >= $GTK_REQUIRED_VERSION
         gio-2.0 >= $GIO_REQUIRED_VERSION
         gmodule-2.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]