aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-08-30 21:37:03 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-03 18:11:41 +0800
commit28be7462f56d5ab80c360d3090de6298a96a3e01 (patch)
tree131f9718b011d756565fc3e2ec6b42bd3f8b489f
parent5101f2c6fb25c5b843eafdccd9e3f8e3824c82ee (diff)
downloadgsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar.gz
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar.bz2
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar.lz
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar.xz
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.tar.zst
gsoc2013-empathy-28be7462f56d5ab80c360d3090de6298a96a3e01.zip
depends on GLib 2.37
Needed for the latest GDbus code gen. https://bugzilla.gnome.org/show_bug.cgi?id=706627
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 31c691b7c..e0246ceda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])