[jhbuild] 3.8: add libarchive system dependency to ostree



commit c554668188f7da6c9dfb0f83452746cbbce35c51
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Thu Mar 21 15:03:22 2013 +0000

    3.8: add libarchive system dependency to ostree
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696294

 modulesets/gnome-sysdeps-3.8.modules |    6 ++++++
 modulesets/gnome-world-3.8.modules   |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-sysdeps-3.8.modules b/modulesets/gnome-sysdeps-3.8.modules
index 9bd6eb5..1e3eb62 100644
--- a/modulesets/gnome-sysdeps-3.8.modules
+++ b/modulesets/gnome-sysdeps-3.8.modules
@@ -729,4 +729,10 @@
     </systemdependencies>
   </systemmodule>
 
+  <systemmodule id="libarchive">
+    <pkg-config>libarchive.pc</pkg-config>
+    <branch repo="system"
+            version="3.0.0"/>
+  </systemmodule>
+
 </moduleset>
diff --git a/modulesets/gnome-world-3.8.modules b/modulesets/gnome-world-3.8.modules
index 40ce745..7eda5b1 100644
--- a/modulesets/gnome-world-3.8.modules
+++ b/modulesets/gnome-world-3.8.modules
@@ -2496,10 +2496,11 @@
     <branch/>
   </autotools>
 
-  <autotools id="ostree">
+  <autotools id="ostree"  autogenargs="--with-libarchive">
     <branch/>
     <dependencies>
       <dep package="libsoup"/>
+      <dep package="libarchive"/>
     </dependencies>
   </autotools>
 


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