]> git.0d.be Git - empathy.git/commitdiff
depends on GLib 2.37
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 30 Aug 2013 13:37:03 +0000 (15:37 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 3 Sep 2013 10:11:41 +0000 (12:11 +0200)
Needed for the latest GDbus code gen.

https://bugzilla.gnome.org/show_bug.cgi?id=706627

configure.ac

index 31c691b7ccf8dbfd538a7a8827b1125b436f0373..e0246ceda60a62df71dd84fc6ea13e7b6ef42096 100644 (file)
@@ -37,9 +37,9 @@ AC_COPYRIGHT([
 FOLKS_REQUIRED=0.9.0
 GNUTLS_REQUIRED=2.8.5
 
-GLIB_REQUIRED=2.33.3
+GLIB_REQUIRED=2.37.6
 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_34, [Prevent post 2.34 APIs])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_38, [Prevent post 2.38 APIs])
 
 GTK_REQUIRED=3.5.1
 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])