]> git.0d.be Git - empathy.git/commitdiff
Depend on GLib 2.32
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 28 Mar 2012 07:59:06 +0000 (09:59 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 5 Apr 2012 13:03:33 +0000 (15:03 +0200)
Needed for GNetworkMonitor

configure.ac

index be604e734dc8e7118344f14f0377be08049ffae3..76c604b75e248b6dd8e7b74f4e515422d971931b 100644 (file)
@@ -37,9 +37,9 @@ AC_COPYRIGHT([
 FOLKS_REQUIRED=0.6.6
 GNUTLS_REQUIRED=2.8.5
 
-GLIB_REQUIRED=2.30.0
+GLIB_REQUIRED=2.32.0
 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 APIs])
 
 GTK_REQUIRED=3.3.6
 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])