[next] telepathy-mission-control: depends on GLib 2.39.90

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Feb 27 06:56:41 PST 2014


Module: telepathy-mission-control
Branch: next
Commit: 9f7e2cd42bb3ca8c2166abc6694b4b66b115465a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=9f7e2cd42bb3ca8c2166abc6694b4b66b115465a

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Feb 20 14:59:10 2014 +0100

depends on GLib 2.39.90

Needed for GVariantDict.

---

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 690f041..eb137ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,7 @@ AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_1_0],
 AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
 
 PKG_CHECK_MODULES([GLIB],
-	[glib-2.0 >= 2.36, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
+	[glib-2.0 >= 2.39.90, gobject-2.0, gmodule-no-export-2.0, gio-2.0])
 
 PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.0],
   [
@@ -176,7 +176,7 @@ PKG_CHECK_MODULES([GIO_UNIX], [gio-unix-2.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_36], [Prevent post 2.36 APIs])
+AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_40], [Prevent post 2.40 APIs])
 
 # -----------------------------------------------------------
 # Connectivity integration



More information about the telepathy-commits mailing list