diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 7b40c74aa..3484e3cd3 100644 --- a/configure.ac +++ b/configure.ac @@ -35,9 +35,9 @@ ENCHANT_REQUIRED=1.2.0 ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 LIBCANBERRA_GTK_REQUIRED=0.4 -LIBCHAMPLAIN_REQUIRED=0.3.3 -LIBCHAMPLAIN_GTK_REQUIRED=0.3.3 -CLUTTER_GTK_REQUIRED=0.8.2 +LIBCHAMPLAIN_REQUIRED=0.3.6 +LIBCHAMPLAIN_GTK_REQUIRED=0.3.6 +CLUTTER_GTK_REQUIRED=0.10 GEOCLUE_REQUIRED=0.11 WEBKIT_REQUIRED=1.1.7 NETWORK_MANAGER_REQUIRED=0.7.0 @@ -259,7 +259,7 @@ if test "x$enable_map" != "xno"; then [ champlain-0.3 >= $LIBCHAMPLAIN_REQUIRED, champlain-gtk-0.3 >= $LIBCHAMPLAIN_GTK_REQUIRED - clutter-gtk-0.8 >= $CLUTTER_GTK_REQUIRED + clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED ], have_libchamplain="yes", have_libchamplain="no") if test "x$have_libchamplain" = "xyes"; then |