[geary/wip/765516-gtk-widget-conversation-viewer: 148/174] Set an explcit minimum version requirmeent for libsoup.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 148/174] Set an explcit minimum version requirmeent for libsoup.
- Date: Sun, 25 Sep 2016 13:18:29 +0000 (UTC)
commit 11e55142691ba9dfdc1f7b69b90af17646213143
Author: Michael James Gratton <mike vee net>
Date: Sat Sep 10 15:17:40 2016 +1000
Set an explcit minimum version requirmeent for libsoup.
debian/control | 4 ++--
src/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/debian/control b/debian/control
index 555d332..74cc2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8),
libgee-0.8-dev,
libglib2.0-dev (>= 2.42.0),
libgtk-3-dev (>= 3.14.0),
- libsoup2.4-dev,
+ libsoup2.4-dev (>= 2.48),
libnotify-dev (>=0.7.5),
libcanberra-dev (>= 0.28),
libwebkitgtk-3.0-dev (>= 2.4),
@@ -33,7 +33,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
libgee-0.8-2,
libglib2.0-0 (>= 2.42.0),
libgtk-3-0 (>= 3.14.0),
- libsoup2.4-1,
+ libsoup2.4-1 (>= 2.48),
libnotify4 (>= 0.7.5),
libcanberra0 (>= 0.28),
libwebkitgtk-3.0-0 (>= 2.4),
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a6bfed8..c7d2cc8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -488,7 +488,7 @@ pkg_check_modules(DEPS REQUIRED
glib-2.0>=${TARGET_GLIB}.0
gio-2.0>=${TARGET_GLIB}.0
gtk+-3.0>=3.14.0
- libsoup-2.4
+ libsoup-2.4>=2.48
gee-0.8>=0.8.5
libnotify>=0.7.5
libcanberra>=0.28
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]