[jhbuild] Build libvirt as a dependency for libvirt-glib/boxes



commit 4a26713543ff565715f242bb61fb3f04634501a7
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Fri Nov 25 11:33:43 2011 +0100

    Build libvirt as a dependency for libvirt-glib/boxes
    
    I initially thought we could use the system libvirt, but unfortunately
    it's too old on most distros. Adding it to the moduleset makes testing
    easier. Since boxes spawns a session libvirtd, we don't need any
    specific tweaking of the system for libvirtd to work.

 modulesets/gnome-apps-3.4.modules |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.4.modules b/modulesets/gnome-apps-3.4.modules
index 764efac..d0924cf 100644
--- a/modulesets/gnome-apps-3.4.modules
+++ b/modulesets/gnome-apps-3.4.modules
@@ -57,6 +57,14 @@
     </dependencies>
   </tarball>
 
+  <tarball id="libvirt" version="0.9.7">
+    <source href="http://libvirt.org/sources/libvirt-0.9.7.tar.gz";
+            hash="sha256:29ff05bfe5177d6680c02c279ed2573dcfae993f2824bffa192a3a2cdd05af23"
+            md5sum="4308b3f4d23f5b0c5196260a9a22a38b" size="17853636"/>
+    <dependencies>
+    </dependencies>
+  </tarball>
+
   <tarball id="librsync" version="0.9.7" checkoutdir="librsync-0.9.7">
     <source href="http://downloads.sourceforge.net/librsync/librsync-0.9.7.tar.gz";
             hash="sha256:6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6"
@@ -293,12 +301,12 @@
     </dependencies>
   </autotools>
 
-  <!-- Assume libvirt from system -->
   <autotools id="libvirt-glib">
     <branch repo="libvirt.org" module="libvirt-glib.git"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="gobject-introspection"/>
+      <dep package="libvirt"/>
       <dep package="vala"/>
     </dependencies>
   </autotools>



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