aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-10 15:46:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-10 15:46:15 +0800
commit6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15 (patch)
treef367f6cf82feec92fa6ce10e45eada08467de397
parent3e8ad073e4434f8dea27c29def12f1548d5d7b86 (diff)
downloadgsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar.gz
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar.bz2
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar.lz
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar.xz
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.tar.zst
gsoc2013-empathy-6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15.zip
Depend on tp-glib 0.19.0
We are going to use its new API (TpDebugClient, TpTLSCertificate, etc).
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3b04f6ed1..e681a0935 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,9 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10
CLUTTER_GTK_REQUIRED=0.90.3
CLUTTER_GST_REQUIRED=1.5.2
-TELEPATHY_GLIB_REQUIRED=0.18.0
+TELEPATHY_GLIB_REQUIRED=0.19.0
AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecations])
-AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_18, [Prevent post 0.18 APIs])
+AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
GSTREAMER_REQUIRED=0.10.32
KEYRING_REQUIRED=2.26.0