diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-02 18:18:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-01-02 18:18:13 +0800 |
commit | 4e394ed0c42790879cbb7a5004f8c9a85ee1f713 (patch) | |
tree | c006978943bda740250b3aa67bdeefbd06354657 | |
parent | aadf9377c8ba043f84239801441d49538ce2f14c (diff) | |
download | gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar.gz gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar.bz2 gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar.lz gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar.xz gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.tar.zst gsoc2013-empathy-4e394ed0c42790879cbb7a5004f8c9a85ee1f713.zip |
Check tp-fs version when building with GStreamer 0.10
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d9b4bae47..f450d0446 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,7 @@ if test "x$have_gst1" != "xyes"; then PKG_CHECK_MODULES(EMPATHY_CALL, [ farstream-0.1 - telepathy-farstream >= 0.2.1 + telepathy-farstream >= $TP_FS_REQUIRED clutter-1.0 >= $CLUTTER_REQUIRED clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED clutter-gst-1.0 >= 1.5.2 |