summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-08-09 17:19:09 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-08-09 18:18:49 +0200
commitdb2173fc6990403e4a1c520d645ab5128fb92910 (patch)
treeaed37cded94e84ae4ae94e438f2a601ff93ad35e
parentd9edee4455bea40ebf744b5e55ce7629350ee1fa (diff)
Build spice-gtk and gtk-vnc with gtk2
-rw-r--r--modulesets/spice.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 4650412..f0e04da 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -98,14 +98,14 @@
version="1.5.5" size="1412611"/>
</distutils>
- <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python --with-audio=gstreamer --with-coroutine=gthread --disable-smartcard --disable-vala --disable-controller --disable-werror">
+ <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python --with-audio=gstreamer --with-coroutine=gthread --with-gtk=2.0 --disable-smartcard --disable-vala --disable-controller --disable-werror">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
<dep package="celt"/>
<dep package="pyparsing"/>
<dep package="spice-protocol"/>
<dep package="gst-plugins-good"/>
- <dep package="gtk+-3.0"/>
+ <dep package="gtk+"/>
</dependencies>
</autotools>
@@ -192,7 +192,7 @@
<branch repo="git.fedorahosted.org" module="libosinfo.git"/>
</autotools>
- <autotools id="gtk-vnc" autogenargs="--with-gtk=3.0">
+ <autotools id="gtk-vnc" autogenargs="--with-gtk=2.0">
<branch repo="git.gnome.org" module="gtk-vnc.git"/>
</autotools>