summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2011-10-30 11:16:22 +0100
committerBastien Nocera <hadess@hadess.net>2012-02-20 11:44:19 +0100
commit43d30f77dd4b9197f9058c4c15f7baa3ea9da820 (patch)
treed9ab9a7694071e026fccea35f0be3b52168b4b35 /configure.ac
parent371fef61c0c40edc9295612cc8a8ad5acd80ac6d (diff)
downloadgnome-control-center-43d30f77dd4b9197f9058c4c15f7baa3ea9da820.tar.gz
Include cheese flags for build with webcam support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab7db61dc..e3c2682a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -191,7 +191,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 >= 3.3.5, [have_cheese=yes], [have_cheese=no])
+ PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= 3.3.5 cheese, [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