diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-05-07 22:15:36 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:17:27 +0800 |
commit | 047b8d63d8617109df8c9ba19e0f4373c535e5b8 (patch) | |
tree | e47b4cb89b7603030366df02663028d8a7e08a15 /configure.ac | |
parent | 5b343bef5aabeedfc6c5fac73eb56519f93ba74f (diff) | |
download | gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar.gz gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar.bz2 gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar.lz gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar.xz gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.tar.zst gsoc2013-empathy-047b8d63d8617109df8c9ba19e0f4373c535e5b8.zip |
Let configure also check for farsight2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 195589190..4bad72f06 100644 --- a/configure.ac +++ b/configure.ac @@ -105,6 +105,7 @@ PKG_CHECK_MODULES(LIBEMPATHYGTK, telepathy-glib >= $TELEPATHY_GLIB_REQUIRED libmissioncontrol >= $MISSION_CONTROL_REQUIRED telepathy-farsight + farsight2-0.10 gstreamer-0.10 gstreamer-interfaces-0.10 ]) |