[gnome-initial-setup] build: Require a newer version of GDM for runtime dependency
- From: Michael Wood <mwood src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] build: Require a newer version of GDM for runtime dependency
- Date: Thu, 4 Jul 2013 09:57:51 +0000 (UTC)
commit 1c08eceebde8b9299ea597f7aa7ef28beb962e76
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 8747ab3..8298599 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]