[gnome-color-manager] configure: we need at least clutter 1.12 to properly build with mash



commit 85116cd008091d6a5aaff71ae324b2bdf88e7598
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Tue Aug 20 23:15:26 2013 +0200

    configure: we need at least clutter 1.12 to properly build with mash
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a1e27c4..c92c647 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,12 +91,12 @@ AC_ARG_ENABLE(clutter, AS_HELP_STRING([--enable-clutter],[Enable clutter for 3D
 if test x$enable_clutter != xno; then
        # test for new mash
        PKG_CHECK_MODULES(CLUTTER,
-                         clutter-1.0 >= 1.9.11 clutter-gtk-1.0 mash-0.2,
+                         clutter-1.0 >= 1.12.0 clutter-gtk-1.0 mash-0.2,
                          has_clutter=yes, has_clutter=no)
        if test x$has_clutter == xno; then
                # test for old mash
                PKG_CHECK_MODULES(CLUTTER,
-                                 clutter-1.0 >= 1.9.11 clutter-gtk-1.0 mash-0.1,
+                                 clutter-1.0 >= 1.12.0 clutter-gtk-1.0 mash-0.1,
                                  has_clutter=yes, has_clutter=no)
        fi
 else


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