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

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Jan 30 02:29:35 PST 2014


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

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Nov  5 17:09:20 2013 +0000

Require telepathy-glib 0.23

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

---

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

diff --git a/configure.ac b/configure.ac
index f82b8b3..02a5966 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,9 +95,9 @@ PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.51, dbus-glib-1 >= 0.51])
 
 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([TELEPATHY], [telepathy-glib >= 0.21])
+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([TELEPATHY], [telepathy-glib >= 0.23.0])
 
 dnl Check for code generation tools
 XSLTPROC=



More information about the telepathy-commits mailing list