From a7fd459c93f6224069d954c5a99a37eefcea1df0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 26 Dec 2012 09:59:49 +0100 Subject: bump telepathy-farstream and logger deps Those are the versions which started using TP_DISABLE_SINGLE_INCLUDE. We need them so can safely turn on this option in Empathy as well. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 15eedec0e..5f149c199 100644 --- a/configure.ac +++ b/configure.ac @@ -57,11 +57,12 @@ 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]) GSTREAMER_REQUIRED=0.10.32 +TP_FS_REQUIRED=0.6.0 LIBSECRET_REQUIRED=0.5 GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 -TELEPATHY_LOGGER=0.2.13 +TELEPATHY_LOGGER=0.6.0 WEBKIT_REQUIRED=1.9.1 GOA_REQUIRED=3.5.1 @@ -232,7 +233,7 @@ if test "x$enable_gst1" != "xno"; then PKG_CHECK_MODULES(EMPATHY_CALL, [ farstream-0.2 - telepathy-farstream >= 0.4.999 + telepathy-farstream >= $TP_FS_REQUIRED clutter-1.0 >= $CLUTTER_REQUIRED clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED clutter-gst-2.0 -- cgit v1.2.3