aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 18:04:46 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 18:04:46 +0800
commit1c40659b736eb72c2d61146daef1cf288f7e7bd0 (patch)
tree8fdcfcfa5491de2cae79c0968c072913f4acb862
parent1d7718bdbc7477847decb98388f8a4efdac63662 (diff)
downloadgsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar.gz
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar.bz2
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar.lz
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar.xz
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.tar.zst
gsoc2013-empathy-1c40659b736eb72c2d61146daef1cf288f7e7bd0.zip
Add needed modules check
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2415 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 80b208cc8..7d258a86e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,7 @@ PKG_CHECK_MODULES(EMPATHY,
libcanberra-gtk >= 0.4
gstreamer-0.10
gstreamer-interfaces-0.10
+ telepathy-farsight
])
PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED)
@@ -274,6 +275,9 @@ if test "x$enable_python" != "xno"; then
libmissioncontrol >= $MISSION_CONTROL_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED
libglade-2.0 >= $LIBGLADE_REQUIRED
+ gstreamer-0.10
+ gstreamer-interfaces-0.10
+ telepathy-farsight
], have_python="yes", have_python="no")
if test "x$have_python" = "xyes" ; then
AM_CHECK_PYTHON_HEADERS(,have_python="no")