[next] telepathy-mission-control: Require telepathy-glib 0.23
Simon McVittie
smcv at kemper.freedesktop.org
Tue Nov 5 14:25:08 CET 2013
Module: telepathy-mission-control
Branch: next
Commit: 9cb7537d1a77df7d4c8a05814c5859ed8011916f
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=9cb7537d1a77df7d4c8a05814c5859ed8011916f
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Oct 31 14:52:32 2013 +0000
Require telepathy-glib 0.23
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37380
---
configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5e9ab49..ad90d58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,11 +211,11 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.95, dbus-glib-1 >= 0.82])
AC_SUBST(DBUS_CFLAGS)
AC_SUBST(DBUS_LIBS)
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.21.1])
-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.23.0])
+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])
AC_DEFINE([TP_SEAL_ENABLE], [], [Define to hide deprecated struct fields])
AC_DEFINE([TP_DISABLE_SINGLE_INCLUDE], [], [Avoid individual headers])
More information about the telepathy-commits
mailing list