]> git.0d.be Git - empathy.git/commitdiff
Warn on tp-glib 0.20 deprecations
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 11 May 2012 08:46:18 +0000 (10:46 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 15 May 2012 11:24:23 +0000 (13:24 +0200)
Best to catch them sooner than later.

https://bugzilla.gnome.org/show_bug.cgi?id=675597

configure.ac

index e681a0935ab740e1f0363fbc564972608c0835d3..043fd80cab7b798fb8d921f9c6450647e95caa9a 100644 (file)
@@ -53,7 +53,7 @@ CLUTTER_GTK_REQUIRED=0.90.3
 CLUTTER_GST_REQUIRED=1.5.2
 
 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_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])
 
 GSTREAMER_REQUIRED=0.10.32