[empathy] Use libchamplain 0.7.1 or newer for the map plugin
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Use libchamplain 0.7.1 or newer for the map plugin
- Date: Fri, 27 Aug 2010 07:31:46 +0000 (UTC)
commit c9bc158a8897e4ab2f0758d87084f048e51de165
Author: JiÅ?Ã Techet <techet gmail com>
Date: Thu Aug 26 22:01:41 2010 +0200
Use libchamplain 0.7.1 or newer for the map plugin
Signed-off-by: JiÅ?Ã Techet <techet gmail com>
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 10a4fc1..a80a511 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,8 +50,8 @@ CLUTTER_GTK_REQUIRED=0.10
ENCHANT_REQUIRED=1.2.0
GEOCLUE_REQUIRED=0.11
ISO_CODES_REQUIRED=0.35
-LIBCHAMPLAIN_GTK_REQUIRED=0.4
-LIBCHAMPLAIN_REQUIRED=0.4
+LIBCHAMPLAIN_GTK_REQUIRED=0.7.1
+LIBCHAMPLAIN_REQUIRED=0.7.1
NAUTILUS_SENDTO_REQUIRED=2.28.1
NAUTILUS_SENDTO_REQUIRED_GTK3=2.90.0
NETWORK_MANAGER_REQUIRED=0.7.0
@@ -370,8 +370,8 @@ if test "x$enable_map" != "xno"; then
if test "x$have_gtk3" == "xno"; then
PKG_CHECK_MODULES(LIBCHAMPLAIN,
[
- champlain-0.4 >= $LIBCHAMPLAIN_REQUIRED,
- champlain-gtk-0.4 >= $LIBCHAMPLAIN_GTK_REQUIRED
+ champlain-0.8 >= $LIBCHAMPLAIN_REQUIRED,
+ champlain-gtk-0.8 >= $LIBCHAMPLAIN_GTK_REQUIRED
clutter-gtk-0.10 >= $CLUTTER_GTK_REQUIRED
], have_libchamplain="yes", have_libchamplain="no")
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]