blob: 43d141ab3b2a613eeabf7cf8fa9fed41f564e4d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
diff -up ./configure.ac.orig ./configure.ac
--- ./configure.ac.orig 2011-09-03 09:35:04.200582985 +0000
+++ ./configure.ac 2011-09-03 09:35:45.340081967 +0000
@@ -53,8 +53,8 @@ CLUTTER_GTK_REQUIRED=0.90.3
ENCHANT_REQUIRED=1.2.0
GEOCLUE_REQUIRED=0.11
ISO_CODES_REQUIRED=0.35
-LIBCHAMPLAIN_GTK_REQUIRED=0.7.1
-LIBCHAMPLAIN_REQUIRED=0.9
+LIBCHAMPLAIN_GTK_REQUIRED=0.11.0
+LIBCHAMPLAIN_REQUIRED=0.11.0
NAUTILUS_SENDTO_REQUIRED=2.90.0
NETWORK_MANAGER_REQUIRED=0.7.0
GNOME_CONTROL_CENTER_REQUIRED=2.31.4
@@ -441,8 +441,8 @@ if test "x$enable_map" != "xno"; then
PKG_CHECK_MODULES(LIBCHAMPLAIN,
[
clutter-gtk-1.0
- champlain-gtk-0.10
- champlain-0.10
+ champlain-gtk-0.12
+ champlain-0.12
], have_libchamplain="yes", have_libchamplain="no")
if test "x$have_libchamplain" = "xyes"; then
|