[next] telepathy-glib: depend on GLib 2.39.90

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Feb 20 01:33:14 PST 2014


Module: telepathy-glib
Branch: next
Commit: 4ceb3c161f71c5591d6784d579929fc12e239c0d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4ceb3c161f71c5591d6784d579929fc12e239c0d

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Feb 18 11:15:54 2014 +0100

depend on GLib 2.39.90

Needed for GVariantDict.

---

 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2062083..3525f86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,10 +250,10 @@ AC_SUBST(tpglibtestsdir)
 
 dnl Check for Glib
 PKG_CHECK_MODULES(GLIB,
-  [glib-2.0 >= 2.36, gobject-2.0 >= 2.36, gio-2.0 >= 2.36])
+  [glib-2.0 >= 2.39.90, gobject-2.0 >= 2.39.90, gio-2.0 >= 2.39.90])
 
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], [Ignore post 2.36 deprecations])
-AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], [Prevent post 2.36 APIs])
+AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_40], [Ignore post 2.40 deprecations])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_40], [Prevent post 2.40 APIs])
 
 dnl Check for GIO-Unix
 PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0],



More information about the telepathy-commits mailing list