telepathy-gabble: Require tp-glib 0.21.1 and disable 0. 22-deprecated functionality

Simon McVittie smcv at kemper.freedesktop.org
Thu Sep 12 03:33:10 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: a045e770b0409089a8b11dcf81b53ee84a5bd93b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=a045e770b0409089a8b11dcf81b53ee84a5bd93b

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Sep 11 18:46:42 2013 +0100

Require tp-glib 0.21.1 and disable 0.22-deprecated functionality

This might regress if we deprecate more in later telepathy-glib 0.21.x
versions, but still seems worth doing.

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69194

---

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

diff --git a/configure.ac b/configure.ac
index 5010415..42e33c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -297,9 +297,9 @@ AC_SUBST(DBUS_LIBS)
 
 AC_DEFINE(TP_SEAL_ENABLE, [], [Prevent to use sealed variables])
 AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, [], [Disable single header include])
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
-PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.19.9])
+AC_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_22], [Ignore post 0.22 deprecations])
+AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_22], [Prevent post 0.22 APIs])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.21.1])
 
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)



More information about the telepathy-commits mailing list