[aisleriot] build: Update glib and gtk requirements



commit 55be6192ba758a34dd82ba9ccc5538f455c879fc
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

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f7f15e9..0be7cd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -269,7 +269,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"
@@ -277,8 +277,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]