[geary/wip/765516-gtk-widget-conversation-viewer: 88/107] Depend on libsoup now we use it explicitly in the code base.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 88/107] Depend on libsoup now we use it explicitly in the code base.
- Date: Sun, 5 Jun 2016 12:34:53 +0000 (UTC)
commit 7c892383c9b520dfebf79d81fcff8dcb6e06165f
Author: Michael James Gratton <mike vee net>
Date: Fri Apr 22 15:13:01 2016 +1000
Depend on libsoup now we use it explicitly in the code base.
* debian/control: Add libsoup2.4 dep.
* src/CMakeLists.txt: Add libsoup-2.4 to package checks.
debian/control | 2 ++
src/CMakeLists.txt | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/debian/control b/debian/control
index a678ea1..5c4a98e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +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,
libnotify-dev (>=0.7.5),
libcanberra-dev (>= 0.28),
libwebkitgtk-3.0-dev (>= 2.4),
@@ -31,6 +32,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,
libnotify4 (>= 0.7.5),
libcanberra0 (>= 0.28),
libwebkitgtk-3.0-0 (>= 2.4),
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2f2ecff..46cc8af 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -486,6 +486,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
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]