telepathy-glib: Require GLib 2.36, for GTask

Simon McVittie smcv at kemper.freedesktop.org
Mon Nov 11 09:23:28 PST 2013


Module: telepathy-glib
Branch: master
Commit: 9cdd0c501a3c3d919468652f1ed3fad0202cb910
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9cdd0c501a3c3d919468652f1ed3fad0202cb910

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Oct 30 12:01:38 2013 +0000

Require GLib 2.36, for GTask

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

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

diff --git a/configure.ac b/configure.ac
index 137a5d4..2b29ff7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,10 +199,10 @@ AC_SUBST(tpglibtestsdir)
 
 dnl Check for Glib
 PKG_CHECK_MODULES(GLIB,
-  [glib-2.0 >= 2.34.0, gobject-2.0 >= 2.34.0, gio-2.0 >= 2.34.0])
+  [glib-2.0 >= 2.36, gobject-2.0 >= 2.36, gio-2.0 >= 2.36])
 
 AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_34], [Ignore post 2.34 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_36], [Prevent post 2.36 APIs])
 
 dnl Check for GIO-Unix
 PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0],



More information about the telepathy-commits mailing list