[empathy] Depend on tp-glib 0.19.0



commit 6e1feb9fafe3f46f8a0a5c0ffa11dea0a4a07d15
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu May 10 09:46:15 2012 +0200

    Depend on tp-glib 0.19.0
    
    We are going to use its new API (TpDebugClient, TpTLSCertificate, etc).

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3b04f6e..e681a09 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]