summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-10-21 16:42:42 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-10-21 19:06:48 +0200
commit2c07c4b8ec9d3f717eed4fc908a3ba5013cb33ba (patch)
tree8fdcfd0b8570357d6ce6dd6805e3618a2aa66fa4
parentb14a4c3a83bfc9757e9f2030905253f38d9daa6b (diff)
add boxes to module set
-rw-r--r--modulesets/spice.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index dfd6ee4..5eeb42b 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -142,6 +142,21 @@
</dependencies>
</autotools>
+ <autotools id="libvirt-glib" autogenargs="--enable-vala">
+ <branch repo="libvirt.org" module="libvirt-glib.git"/>
+ <dependencies>
+ <dep package="libvirt"/>
+ </dependencies>
+ </autotools>
+
+ <autotools id="boxes">
+ <branch repo="git.gnome.org" module="gnome-boxes"/>
+ <dependencies>
+ <dep package="libvirt-glib"/>
+ <dep package="spice-gtk"/>
+ </dependencies>
+ </autotools>
+
<autotools id="virt-manager" makeinstallargs="-C build install" makeargs="-C build" autogenargs=" --with-default-graphics=spice">
<branch repo="git.fedorahosted.org" module="virt-manager.git"/>
<dependencies>