[next] telepathy-gabble: Require telepathy-glib 0.23

Simon McVittie smcv at kemper.freedesktop.org
Mon Nov 4 14:39:42 CET 2013


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Nov  1 14:10:12 2013 +0000

Require telepathy-glib 0.23

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

---

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

diff --git a/configure.ac b/configure.ac
index d82124a..aa8cc4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,9 +287,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_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_DEFINE([TP_VERSION_MIN_REQUIRED], [TP_VERSION_0_24], [Ignore post 0.24 deprecations])
+AC_DEFINE([TP_VERSION_MAX_ALLOWED], [TP_VERSION_0_24], [Prevent post 0.24 APIs])
+PKG_CHECK_MODULES(TP_GLIB, [telepathy-glib >= 0.23])
 
 AC_SUBST(TP_GLIB_CFLAGS)
 AC_SUBST(TP_GLIB_LIBS)



More information about the telepathy-commits mailing list