[jhbuild] 3.4: make libsoup suggest glib-networking rather than requiring it
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.4: make libsoup suggest glib-networking rather than requiring it
- Date: Thu, 29 Sep 2011 15:49:52 +0000 (UTC)
commit 54088a151db200f88a41ca88c997255ef1116af8
Author: Dan Winship <danw gnome org>
Date: Thu Sep 29 11:45:16 2011 -0400
3.4: make libsoup suggest glib-networking rather than requiring it
libsoup doesn't actually need glib-networking at build time, and
glib-networking might depend on libsoup in the future
modulesets/gnome-suites-core-deps-3.4.modules | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.4.modules b/modulesets/gnome-suites-core-deps-3.4.modules
index 4a5d107..6583706 100644
--- a/modulesets/gnome-suites-core-deps-3.4.modules
+++ b/modulesets/gnome-suites-core-deps-3.4.modules
@@ -881,16 +881,18 @@
md5sum="d0e22b5ff2ef945615db33960376d733" size="1037078"/>
</tarball>
- <autotools id="libsoup">
+ <autotools id="libsoup" autogenargs="--disable-tls-check">
<branch/>
<dependencies>
<dep package="glib"/>
<dep package="libxml2"/>
<dep package="sqlite3"/>
<dep package="libgnome-keyring"/>
- <dep package="glib-networking"/>
<dep package="gobject-introspection"/>
</dependencies>
+ <suggests>
+ <dep package="glib-networking"/>
+ </suggests>
</autotools>
<tarball id="libtasn1" version="2.2" supports-non-srcdir-builds="no">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]