[sushi] build: bump minimum required version of Clutter to 1.10.0



commit 9f77fdce6a0056fdcfc755bbed45ac63e797d774
Author: Michael Biebl <biebl debian org>
Date:   Mon Apr 2 03:23:28 2012 +0200

    build: bump minimum required version of Clutter to 1.10.0
    
    This line effectively makes sushi depend on Clutter 1.10, since
    ClutterActor wasn't a directly instantiatable type before.
    
    +        let hidden = new Clutter.Actor();
    
    The change was introduced in 6603f5b68f69825f8a65c4d3ec3a4d027265aaee
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673275

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c5456a1..a17b6d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ CLUTTER_MIN_VERSION=1.6.0
 GLIB_MIN_VERSION=2.29.14
 GTK_MIN_VERSION=3.0.0
 GJS_MIN_VERSION=0.7.7
-CLUTTER_GTK_MIN_VERSION=1.0.1
+CLUTTER_GTK_MIN_VERSION=1.10.0
 GOBJECT_INTROSPECTION_MIN_VERSION=0.9.6
 GDK_PIXBUF_MIN_VERSION=2.22.1
 



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