[next] telepathy-glib: Bump GLib deprecation-cleanness to 2.34

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 26 10:35:17 PDT 2013


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Sep 26 15:27:43 2013 +0100

Bump GLib deprecation-cleanness to 2.34

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>

---

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

diff --git a/configure.ac b/configure.ac
index a30f61c..1c6dfdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,8 +200,7 @@ 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])
 
-dnl MIN_REQUIRED must stay to 2.30 because of GValueArray
-AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_30], [Ignore post 2.30 deprecations])
+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])
 
 dnl Check for GIO-Unix



More information about the telepathy-commits mailing list