diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-12-26 16:59:49 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-12-26 17:00:30 +0800 |
commit | a7fd459c93f6224069d954c5a99a37eefcea1df0 (patch) | |
tree | bb63802bd2955df1e6a51d8484d7cc0a676f351c | |
parent | 968b7430566d7fd877bbc5bcbcb894261fbdab70 (diff) | |
download | gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar.gz gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar.bz2 gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar.lz gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar.xz gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.tar.zst gsoc2013-empathy-a7fd459c93f6224069d954c5a99a37eefcea1df0.zip |
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.
-rw-r--r-- | configure.ac | 5 |
1 files 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 |