summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-11-03 12:17:54 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2011-11-03 14:01:23 +0100
commitbbffa0d1232dac685a146f03106fc9d897e21251 (patch)
tree2f2c5fc4b51ed102beae0651020978142489b5ce
parent2c07c4b8ec9d3f717eed4fc908a3ba5013cb33ba (diff)
add libosinfo and gtk-vncHEADmaster
They are gnome-boxes dependencies
-rw-r--r--modulesets/spice.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 5eeb42b..9a0ae64 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -152,6 +152,8 @@
<autotools id="boxes">
<branch repo="git.gnome.org" module="gnome-boxes"/>
<dependencies>
+ <dep package="gtk-vnc"/>
+ <dep package="libosinfo"/>
<dep package="libvirt-glib"/>
<dep package="spice-gtk"/>
</dependencies>
@@ -179,6 +181,14 @@
</dependencies>
</autotools>
+ <autotools id="libosinfo">
+ <branch repo="git.fedorahosted.org" module="libosinfo.git"/>
+ </autotools>
+
+ <autotools id="gtk-vnc" autogenargs="--with-gtk=3.0">
+ <branch repo="git.gnome.org" module="gtk-vnc.git"/>
+ </autotools>
+
<autotools id="vinagre" autogenargs="--enable-spice">
<branch repo="git.gnome.org" module="vinagre.git"/>
<dependencies>