summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-04 11:36:20 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-04 11:37:55 +0200
commit0662d66db7bf28f275d4c535a49cd5ec1689d291 (patch)
tree9b00e351a9837ac42b526fa18f2e6d6955d9a196
parentbe2a0aa278149a082511bb3f4814f5850c970ce4 (diff)
downloadempathy-0662d66db7bf28f275d4c535a49cd5ec1689d291.tar.gz
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
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 29e161996..9d683863d 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