diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-31 17:40:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-03 16:15:12 +0800 |
commit | 0af7f92b16f1d1b3527463906936fa0ea602ad57 (patch) | |
tree | 366a5f0a6b67dc84957b20da2757735697f85269 | |
parent | d9687df7eb5a4e98282a51461152c154c219e2c1 (diff) | |
download | gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar.gz gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar.bz2 gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar.lz gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar.xz gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.tar.zst gsoc2013-empathy-0af7f92b16f1d1b3527463906936fa0ea602ad57.zip |
Just check for cheese-gtk
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 88cc9e6e5..b062303a2 100644 --- a/configure.ac +++ b/configure.ac @@ -481,7 +481,7 @@ AC_ARG_WITH([cheese], with_cheese=auto) if test x"$with_cheese" != x"no" ; then - PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= CHEESE_GTK_REQUIRED, [have_cheese=yes], [have_cheese=no]) + PKG_CHECK_MODULES(CHEESE, cheese-gtk >= CHEESE_GTK_REQUIRED, [have_cheese=yes], [have_cheese=no]) if test x${have_cheese} = xyes; then AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support]) fi |