summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-23 15:50:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-23 15:50:43 +0200
commitdd4ca5d4f3dcb590c5934cce9aeb266dd17ac51e (patch)
tree64f553d5534ff9e24fba5054c3eb78e2ed74e4e9 /configure.ac
parent759d44410a95cba3f630f43fdef8ec5afc8dea72 (diff)
downloadtelepathy-account-widgets-dd4ca5d4f3dcb590c5934cce9aeb266dd17ac51e.tar.gz
check for 0.22 deprecations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e70a4ccf..4662e6d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,9 +19,9 @@ GTK_REQUIRED=3.5.1
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
-TELEPATHY_GLIB_REQUIRED=0.19.9
-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])
+TELEPATHY_GLIB_REQUIRED=0.22.0
+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])
AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])
AC_DEFINE(TP_DISABLE_SINGLE_INCLUDE, 1, [Disable single include header])