[gnome-control-center] build: bump dependency on cheese



commit 94d3d5d68639009b6c687d0d636a95d4a7056fc3
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Tue Jan 24 15:21:19 2012 +0100

    build: bump dependency on cheese
    
    There is no release with cheese-gtk.h yet, but it has been introduced
    after 3.3.4 was released.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668580

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 25be0f0..f6c4db5 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 >= 2.91.91.1, [have_cheese=yes], [have_cheese=no])
+   PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 cheese-gtk >= 3.3.5, [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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]