[empathy/gnome-3-4] Depend on Clutter 1.10



commit 0662d66db7bf28f275d4c535a49cd5ec1689d291
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Apr 4 11:36:20 2012 +0200

    Depend on Clutter 1.10
    
    Needed for clutter_actor_set_margin_* which is already used.
    
    Shell 3.4 depends of this version as well so that won't be an issue for
    distribution shipping GNOME 3.4.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673444

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 29e1619..9d68386 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,9 +45,9 @@ GTK_REQUIRED=3.3.6
 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
 AC_DEFINE(GDK_VERSION_MAX_REQUIRED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
 
-CLUTTER_REQUIRED=1.8.0
+CLUTTER_REQUIRED=1.10.0
 AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 deprecations])
-AC_DEFINE(CLUTTER_VERSION_MAX, CLUTTER_VERSION_1_8, [Prevent post 1.8 APIs])
+AC_DEFINE(CLUTTER_VERSION_MAX, CLUTTER_VERSION_1_10, [Prevent post 1.10 APIs])
 
 CLUTTER_GTK_REQUIRED=0.90.3
 CLUTTER_GST_REQUIRED=1.5.2



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