summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-12 11:40:40 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-12 13:18:52 +0200
commit173ccaa6b90842c62a5ddb3e98cc0392faced69d (patch)
tree4ec9e72976c68b65d4a57b7d4218500d81c17afa
parentef7c5194fea6c978e00bcc3637bbdcd4f518aa9b (diff)
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
-rw-r--r--configure.ac6
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=