]> err.no Git - libchamplain/commitdiff
Start depending on Clutter 0.9
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 16 May 2009 16:37:48 +0000 (12:37 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 3 Aug 2009 22:16:08 +0000 (18:16 -0400)
configure.ac

index 8ba205e32fc9b63e4cbe0659a9b6e700b01b654d..c824c2d1d25eb87900bdb91b6e6e21c05c433ebf 100644 (file)
@@ -49,8 +49,7 @@ PKG_CHECK_MODULES(DEPS,
   [   glib-2.0 >= 2.16,
       gobject-2.0 >= 2.10,
       gdk-2.0 >= 2.10,
-      clutter-0.8 >= 0.8.4,
-      clutter-cairo-0.8 >= 0.8,
+      clutter-0.9 >= 0.9
       cairo >= 1.4,
       gio-2.0 >= 2.16,
       sqlite3 >= 3.0
@@ -105,7 +104,7 @@ if test x$enable_gtk = xyes; then
   AC_SUBST(GTK_DEPS_LIBS)
   PKG_CHECK_MODULES(GTK_DEPS,
     [   gtk+-2.0 >= 2.12
-        clutter-gtk-0.8 >= 0.8
+        clutter-gtk-0.9 >= 0.9
     ]
   )