]> err.no Git - libchamplain/commitdiff
Use Clutter 1.0 now that it has been released
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Thu, 30 Jul 2009 13:44:44 +0000 (09:44 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 3 Aug 2009 22:16:30 +0000 (18:16 -0400)
clutter-gtk 0.10 is using Clutter 1.0

champlain-gtk-uninstalled.pc.in
champlain-uninstalled.pc.in
configure.ac

index f493b458200fb8ae97475579e3a26b9f7fccb9d5..c7eecd6d9de5cfe6d2301b468f418c1360801197 100644 (file)
@@ -8,4 +8,4 @@ Description: Gtk+ Widget wrapper for libchamplain
 Version: @VERSION@
 Libs: ${abs_top_builddir}/champlain-gtk/libchamplain-gtk-@API_VERSION@.la
 Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
-Requires: champlain-@API_VERSION@ gobject-2.0 clutter-0.9 clutter-gtk-0.9 gtk+-2.0
+Requires: champlain-@API_VERSION@ gobject-2.0 clutter-1.0 clutter-gtk-0.10 gtk+-2.0
index 5cb0aae23edef10f268c25fd8f04ae0b4a9f6991..de0092199b6928c9ff02d81296c6716f2ca93a76 100644 (file)
@@ -8,4 +8,4 @@ Description: Map View for Clutter
 Version: @VERSION@
 Libs: ${abs_top_builddir}/champlain/libchamplain-@API_VERSION@.la
 Cflags: -I${abs_top_srcdir} -I${abs_top_builddir}
-Requires: gobject-2.0 clutter-0.9
+Requires: gobject-2.0 clutter-1.0
index c824c2d1d25eb87900bdb91b6e6e21c05c433ebf..a86e93e121588d5522db05953b0a76b692e1a10b 100644 (file)
@@ -49,7 +49,7 @@ PKG_CHECK_MODULES(DEPS,
   [   glib-2.0 >= 2.16,
       gobject-2.0 >= 2.10,
       gdk-2.0 >= 2.10,
-      clutter-0.9 >= 0.9
+      clutter-1.0 >= 1.0
       cairo >= 1.4,
       gio-2.0 >= 2.16,
       sqlite3 >= 3.0
@@ -104,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.9 >= 0.9
+        clutter-gtk-0.10 >= 0.10
     ]
   )