[jhbuild] 3.10: add libarchive system dependency to ostree



commit 1973eaefdcc9ac203a58aca3deebcebdb35f0faf
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Thu Mar 21 15:03:12 2013 +0000

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

 modulesets/gnome-sysdeps-3.10.modules |    6 ++++++
 modulesets/gnome-world-3.10.modules   |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-sysdeps-3.10.modules b/modulesets/gnome-sysdeps-3.10.modules
index 9bd6eb5..1e3eb62 100644
--- a/modulesets/gnome-sysdeps-3.10.modules
+++ b/modulesets/gnome-sysdeps-3.10.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.10.modules b/modulesets/gnome-world-3.10.modules
index 4857703..e9f5421 100644
--- a/modulesets/gnome-world-3.10.modules
+++ b/modulesets/gnome-world-3.10.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]