[gnome-ostree/wip/gjs-round2] ostree.modules: Add libsoup



commit c84b5d1907aa750bf7809d2ef0f8225e46f3986e
Author: Colin Walters <walters verbum org>
Date:   Fri Dec 14 16:48:54 2012 -0500

    ostree.modules: Add libsoup
    
    This isn't *too* hard to build on RHEL6 actually.

 install/ostree.modules |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/install/ostree.modules b/install/ostree.modules
index a0b6614..4b95791 100644
--- a/install/ostree.modules
+++ b/install/ostree.modules
@@ -36,7 +36,17 @@
       <dep package="spidermonkey"/>
     </dependencies>
   </autotools>
-  <autotools id="ostree" autogenargs="--disable-documentation --disable-libarchive --with-soup=no">
+  <autotools id="libsoup" autogenargs="--disable-tls-check">
+    <branch/>
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="gobject-introspection"/>
+    </dependencies>
+    <suggests>
+      <dep package="glib-networking"/>
+    </suggests>
+  </autotools>
+  <autotools id="ostree" autogenargs="--disable-documentation --disable-libarchive --with-soup=yes">
     <branch/>
     <dependencies>
       <dep package="glib"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]