From: Guillaume Desmottes Date: Tue, 4 Feb 2014 12:38:43 +0000 (+0100) Subject: depend on tp-glib 0.23.0 X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=19298a84cb67fc761b93b8eeb1d82b952932cf25 depend on tp-glib 0.23.0 Needed for Renaming API. --- diff --git a/configure.ac b/configure.ac index 4fab567e..794afca3 100644 --- a/configure.ac +++ b/configure.ac @@ -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.9 +TELEPATHY_GLIB_REQUIRED=0.23.0 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])