]> git.0d.be Git - empathy.git/commitdiff
Depend on telepathy-glib 0.19.9
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 11 Sep 2012 13:10:16 +0000 (15:10 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 11 Sep 2012 13:10:43 +0000 (15:10 +0200)
We are going to use the new version of some deprecated API.

configure.ac

index 6629bfb56bdb1c457a102a9fbbeacb467ce696cc..6cd01d9b7191d5ab63c85fff6a4ecf05ef84f25e 100644 (file)
@@ -51,7 +51,7 @@ AC_DEFINE(CLUTTER_VERSION_MAX_ALLOWED, CLUTTER_VERSION_1_10, [Prevent post 1.10
 
 CLUTTER_GTK_REQUIRED=1.1.2
 
-TELEPATHY_GLIB_REQUIRED=0.19.6
+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])
 AC_DEFINE(TP_SEAL_ENABLE, 1, [Prevent to use sealed variables])