[evolution-data-server/gnome-2-32] Limit libgdata support to 0.6.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-2-32] Limit libgdata support to 0.6.
- Date: Tue, 5 Oct 2010 15:33:58 +0000 (UTC)
commit 3a2047f7dc805c83d2ec1da54ac181401dee8d3c
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Oct 5 11:29:28 2010 -0400
Limit libgdata support to 0.6.
libgdata 0.7 will break API. We're not going to deal with that on a
stable branch, so cap the supported version.
configure.ac | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ebcda5..0d27757 100644
--- a/configure.ac
+++ b/configure.ac
@@ -325,6 +325,12 @@ PKG_CHECK_MODULES(GNOME_PLATFORM,
libsoup-2.4 >= libsoup_minimum_version
libgdata >= libgdata_minimum_version])
+dnl libgdata 0.7 will break API. We're not going to deal with
+dnl that on a stable branch, so cap the supported version.
+if $PKG_CONFIG --atleast-version=0.7 libgdata; then
+ AC_MSG_ERROR([libgdata 0.7 is not supported, use 0.6 instead])
+fi
+
LIBICAL_REQUIRED=libical_minimum_version
AC_SUBST(LIBICAL_REQUIRED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]