From 9e440c7907b7830f2e8cd4cb9cdd2457e669bc44 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 30 Jul 2009 09:44:44 -0400 Subject: [PATCH] Use Clutter 1.0 now that it has been released clutter-gtk 0.10 is using Clutter 1.0 --- champlain-gtk-uninstalled.pc.in | 2 +- champlain-uninstalled.pc.in | 2 +- configure.ac | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/champlain-gtk-uninstalled.pc.in b/champlain-gtk-uninstalled.pc.in index f493b45..c7eecd6 100644 --- a/champlain-gtk-uninstalled.pc.in +++ b/champlain-gtk-uninstalled.pc.in @@ -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 diff --git a/champlain-uninstalled.pc.in b/champlain-uninstalled.pc.in index 5cb0aae..de00921 100644 --- a/champlain-uninstalled.pc.in +++ b/champlain-uninstalled.pc.in @@ -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 diff --git a/configure.ac b/configure.ac index c824c2d..a86e93e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ] ) -- 2.39.5