[gnome-initial-setup/gnome-3-8] build: Require a newer version of GDM for runtime dependency



commit 4c3558860234d6b0483645ad76f535722f9e9a40
Author: Michael Wood <michael g wood intel com>
Date:   Fri Jun 28 16:11:11 2013 +0100

    build: Require a newer version of GDM for runtime dependency
    
    GDM Api doesn't need such a high version but we need GDM to have setup
    the initial-setup session correctly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701947

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 648994d..5cea9eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ PANGO_REQUIRED_VERSION=1.32.5
 IBUS_REQUIRED_VERSION=1.4.99
 GNOME_DESKTOP_REQUIRED_VERSION=3.7.5
 POLKIT_REQUIRED_VERSION=0.103
+GDM_REQUIRED_VERSION=3.8.3
 
 # EggListBox submodule
 prev_top_build_prefix=$ac_top_build_prefix
@@ -46,7 +47,7 @@ PKG_CHECK_MODULES(INITIAL_SETUP,
                   goa-backend-1.0
                   gtk+-3.0 >= $GTK_REQUIRED_VERSION
                   gio-unix-2.0 >= $GLIB_REQUIRED_VERSION
-                  gdm
+                  gdm >= $GDM_REQUIRED_VERSION
                   pango >= $PANGO_REQUIRED_VERSION
                   pwquality
                   egg-list-box-uninstalled)


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