[geary/geary-0.8] Specify minimum gcr-3 requirement: Bug #737304
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.8] Specify minimum gcr-3 requirement: Bug #737304
- Date: Tue, 7 Oct 2014 21:18:33 +0000 (UTC)
commit 191abc9cd508746d8aad99a0f9f832b8767979cc
Author: Jim Nelson <jim yorba org>
Date: Thu Sep 25 15:57:28 2014 -0700
Specify minimum gcr-3 requirement: Bug #737304
Earlier versions didn't include a VAPI.
debian/control | 2 +-
src/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/debian/control b/debian/control
index 894b506..aee3762 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 8),
libgirepository1.0-dev (>= 1.32.0),
desktop-file-utils,
gnome-doc-utils,
- libgcr-3-dev
+ libgcr-3-dev (>= 3.10.1)
Standards-Version: 3.8.3
Homepage: http://www.yorba.org
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5a78661..a4f1edf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -532,7 +532,7 @@ pkg_check_modules(DEPS REQUIRED
gmime-2.6>=2.6.0
libsecret-1>=0.11
libxml-2.0>=2.7.8
- gcr-3
+ gcr-3>=3.10.1
${EXTRA_CLIENT_PKG_CONFIG}
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]