From 28107b1f3fc85df86d1325791804b27e9059d1d7 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 12 May 2009 00:10:34 -0400 Subject: Update to use libchamplain 0.3's API --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b76609379..ffaa14f0f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 LIBCANBERRA_GTK_REQUIRED=0.4 GEOCLUE_REQUIRED=0.11 -LIBCHAMPLAIN_REQUIRED=0.2.6 -LIBCHAMPLAIN_GTK_REQUIRED=0.2.6 +LIBCHAMPLAIN_REQUIRED=0.3.0 +LIBCHAMPLAIN_GTK_REQUIRED=0.3.0 CLUTTER_GTK_REQUIRED=0.8.2 # Use --enable-maintainer-mode to disabled deprecated symbols @@ -204,8 +204,8 @@ AC_ARG_ENABLE(map, if test "x$enable_map" != "xno"; then PKG_CHECK_MODULES(LIBCHAMPLAIN, [ - champlain-0.2 >= $LIBCHAMPLAIN_REQUIRED, - champlain-gtk-0.2 >= $LIBCHAMPLAIN_GTK_REQUIRED + champlain-0.3 >= $LIBCHAMPLAIN_REQUIRED, + champlain-gtk-0.3 >= $LIBCHAMPLAIN_GTK_REQUIRED clutter-gtk-0.8 >= $CLUTTER_GTK_REQUIRED ], have_libchamplain="yes", have_libchamplain="no") -- cgit v1.2.3