[gnome-maps] configure.ac: Bump librest dependency
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] configure.ac: Bump librest dependency
- Date: Sun, 21 May 2017 20:16:57 +0000 (UTC)
commit 06d72478226e58238c09aff1f3df337779b9343c
Author: Marcus Lundblad <ml update uu se>
Date: Sun May 21 22:14:39 2017 +0200
configure.ac: Bump librest dependency
We need the rest_proxy_call_invoke_async API.
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index df8794f..a40adba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,7 @@ FOLKS_MIN_VERSION=0.10.0
GEE_MIN_VERSION=0.16.0
GEOCODE_MIN_VERSION=3.15.2
CHAMPLAIN_MIN_VERSION=0.12.14
+REST_MIN_VERSION=0.7.90
PKG_CHECK_MODULES(GNOME_MAPS_LIB, [
gee-0.8 >= $GEE_MIN_VERSION
@@ -51,7 +52,7 @@ PKG_CHECK_MODULES(GNOME_MAPS_LIB, [
geocode-glib-1.0 >= $GEOCODE_MIN_VERSION
champlain-0.12 >= $CHAMPLAIN_MIN_VERSION
libxml-2.0
- rest-0.7
+ rest-0.7 >= $REST_MIN_VERSION
])
AC_SUBST(GNOME_MAPS_LIB_CFLAGS)
AC_SUBST(GNOME_MAPS_LIB_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]