[gnome-initial-setup] configure: Be less redundant about GLib dependency



commit 9965c2fdee34b48c5e36e2954d8e5dd34a73ca5f
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 8 17:39:03 2012 -0500

    configure: Be less redundant about GLib dependency
    
    gio-unix-2.0 -> gio-2.0 -> glib-2.0, we don't need to repeat it.

 configure.ac |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9b09c0b..92a9562 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,8 +34,6 @@ PKG_CHECK_MODULES(INITIAL_SETUP,
                   goa-1.0
                   goa-backend-1.0
                   gtk+-3.0 >= $GTK_REQUIRED_VERSION
-                  glib-2.0 >= $GLIB_REQUIRED_VERSION
-                  gio-2.0 >= $GLIB_REQUIRED_VERSION
                   gio-unix-2.0 >= $GLIB_REQUIRED_VERSION
                   gdm)
 



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