telepathy-idle: bump tp-glib min version deprecations to 0.22
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Thu Sep 12 04:18:59 PDT 2013
Module: telepathy-idle
Branch: master
Commit: 173ccaa6b90842c62a5ddb3e98cc0392faced69d
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=173ccaa6b90842c62a5ddb3e98cc0392faced69d
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Thu Sep 12 11:40:40 2013 +0200
bump tp-glib min version deprecations to 0.22
We build just fine with it and want to catch new deprecations ASAP.
https://bugs.freedesktop.org/show_bug.cgi?id=64122
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 31dd23a..7b6f8f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,9 +93,9 @@ PKG_CHECK_MODULES([GLIB],
PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.51, dbus-glib-1 >= 0.51])
-AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_20, [Ignore post 0.20 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.20])
+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])
dnl Check for code generation tools
XSLTPROC=
More information about the telepathy-commits
mailing list