[aisleriot/gnome-3-4] build: Update glib and gtk requirements
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot/gnome-3-4] build: Update glib and gtk requirements
- Date: Mon, 28 May 2012 13:35:12 +0000 (UTC)
commit 45043acca9a4040bd007021667d1c80491cf2d5a
Author: Christian Persch <chpe gnome org>
Date: Mon May 28 15:34:15 2012 +0200
build: Update glib and gtk requirements
resource: URIs require glib 2.32 and gtk+ 3.4.
https://bugzilla.gnome.org/show_bug.cgi?id=676965
(cherry picked from commit 55be6192ba758a34dd82ba9ccc5538f455c879fc)
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8456483..2bcad6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,7 +254,7 @@ AM_CONDITIONAL([ENABLE_DEBUG_UI],[test "$enable_debug_ui" = "yes"])
# ********************
case "$with_gtk" in
- 3.0) GTK_REQUIRED=3.0.0
+ 3.0) GTK_REQUIRED=3.4.0
RSVG_REQUIRED=2.32.0
LIBCANBERRA_GTK_REQUIRED=0.26
LIBCANBERRA_GTK_PKGS="libcanberra-gtk3 >= $LIBCANBERRA_GTK_REQUIRED"
@@ -262,8 +262,8 @@ case "$with_gtk" in
esac
GCONF_REQUIRED=2.0
-GLIB_REQUIRED=2.31.13
-GIO_REQUIRED=2.31.13
+GLIB_REQUIRED=2.32.0
+GIO_REQUIRED=2.32.0
# Check for common modules
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]