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
commitef7c5194fea6c978e00bcc3637bbdcd4f518aa9b (patch)
tree222c32ac3e0cd3cbe3a517358b6ba6de1789dcaa
parent1dce8563421364a557749237cc8d5a674199f528 (diff)
bump tp-glib min version deprecations to 0.20
https://bugs.freedesktop.org/show_bug.cgi?id=64122
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c534f2c..31dd23a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ 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_18, [Ignore post 0.18 deprecations])
+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])