[next] telepathy-salut: Require telepathy-glib 0.23
Simon McVittie
smcv at kemper.freedesktop.org
Tue Nov 5 18:41:20 CET 2013
Module: telepathy-salut
Branch: next
Commit: 8a12857da6438ee25152e7d24ce0f27fae59b3de
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=8a12857da6438ee25152e7d24ce0f27fae59b3de
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Nov 1 16:25:32 2013 +0000
Require telepathy-glib 0.23
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4905120..9e9fd31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,9 +189,9 @@ AC_SUBST(LIBXML2_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([TELEPATHY_GLIB], [telepathy-glib >= 0.21.2])
+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_GLIB], [telepathy-glib >= 0.23])
AC_SUBST(TELEPATHY_GLIB_CFLAGS)
AC_SUBST(TELEPATHY_GLIB_LIBS)
More information about the telepathy-commits
mailing list