diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:46 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 18:04:46 +0800 |
commit | 5621a9e7105df4faf0fa693d6117f35abd72e8da (patch) | |
tree | 8fdcfcfa5491de2cae79c0968c072913f4acb862 /configure.ac | |
parent | b7d876cda90499ea054105b8a2c94d0a47d46d54 (diff) | |
download | gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar.gz gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar.bz2 gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar.lz gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar.xz gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.tar.zst gsoc2013-empathy-5621a9e7105df4faf0fa693d6117f35abd72e8da.zip |
Add needed modules check
svn path=/trunk/; revision=2415
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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") |