From: Pierre-Luc Beaudoin Date: Sat, 16 May 2009 16:37:48 +0000 (-0400) Subject: Start depending on Clutter 0.9 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec9d390a008e27c8dfb9b922e9795126a655c48;p=libchamplain Start depending on Clutter 0.9 --- diff --git a/configure.ac b/configure.ac index 8ba205e..c824c2d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ] )