[gdk-pixbuf] configure: Require GLib 2.34



commit 64a627b439b60fa817a58d9f6561f6e8b84b3a7b
Author: Colin Walters <walters verbum org>
Date:   Thu Oct 25 16:53:48 2012 -0400

    configure: Require GLib 2.34
    
    Needed for the use of g_type_ensure().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686844

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7795b21..36b1f31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ m4_define([gdk_pixbuf_binary_version], [2.10.0])
 
 
 # required versions of other packages
-m4_define([glib_required_version], [2.31.0])
+m4_define([glib_required_version], [2.34.0])
 
 AC_INIT([gdk-pixbuf], [gdk_pixbuf_version],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf],



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