diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-21 15:28:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-21 15:28:51 +0800 |
commit | eeaacbd35af795c8a265716721e915fa28aa242c (patch) | |
tree | 854a56669307cb1f3e7f1625f06b4ac662a8ef7b | |
parent | 894b1f315b62499a5d305aff6b937093a20df1a4 (diff) | |
download | gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar.gz gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar.bz2 gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar.lz gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar.xz gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.tar.zst gsoc2013-empathy-eeaacbd35af795c8a265716721e915fa28aa242c.zip |
Depend on tp-farstream 0.2.1
That's the version of the last release.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 68e50444b..5480adb00 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,7 @@ GCR_REQUIRED=2.91.4 LIBCANBERRA_GTK_REQUIRED=0.25 LIBNOTIFY_REQUIRED=0.7.0 TELEPATHY_FARSIGHT_REQUIRED=0.0.18 +TELEPATHY_FARSTREAM_REQUIRED=0.2.1 TELEPATHY_GLIB_REQUIRED=0.17.5 TELEPATHY_LOGGER=0.2.10 WEBKIT_REQUIRED=1.3.13 @@ -217,7 +218,7 @@ if test "x$enable_call" != "xno" ; then PKG_CHECK_MODULES(EMPATHY_CALL, [ farstream-0.1 - telepathy-farstream >= 0.2.0 + telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED clutter-1.0 >= $CLUTTER_REQUIRED clutter-gtk-1.0 clutter-gst-1.0 |