summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-03-14 15:14:59 +0000
committerBastien Nocera <hadess@hadess.net>2011-03-14 22:23:22 +0000
commit719dda1ada7578837fb4572e996358ebbf525229 (patch)
tree9d871605590bfccf661f6b398dae72c15269027e /configure.ac
parenta320dc9303a3c95ecdd50c4939f4039664b671fe (diff)
downloadgnome-control-center-719dda1ada7578837fb4572e996358ebbf525229.tar.gz
user-accounts: Update cheeese minimum requirements
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 62acc10bc..c6496ddc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,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 >= 2.91.5, [have_cheese=yes], [have_cheese=no])
+ PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= 2.91.91.1, [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