[gtksourceview] Bump required version of GLib



commit 37340593d3133aab5c5f2579537863c94032b222
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 10 17:11:33 2013 +0100

    Bump required version of GLib
    
    g_list_copy_deep() exists since GLib 2.34.

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index effb82f..d61cbe8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ LT_INIT([disable-static])
 AC_CHECK_HEADERS([unistd.h])
 
 # Dependencies
+GLIB_REQUIRED_VERSION=2.34.0
 GTK_REQUIRED_VERSION=3.4.0
 LIBXML_REQUIRED_VERSION=2.6.0
 GLADE_UI_REQUIRED=3.9
@@ -69,7 +70,8 @@ if test "$enable_deprecations" = "yes"; then
 fi
 
 PKG_CHECK_MODULES(DEP, [
-       gio-2.0 >= 2.32.0
+       glib-2.0 >= $GLIB_REQUIRED_VERSION
+       gio-2.0 >= $GLIB_REQUIRED_VERSION
        gtk+-3.0 >= $GTK_REQUIRED_VERSION
        libxml-2.0 >= $LIBXML_REQUIRED_VERSION
 ])


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