summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-08-09 17:17:43 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2012-08-09 18:18:49 +0200
commit160bfc1eaa427208cb9cbef453a6475d09844813 (patch)
tree359fb918f04ccbcaa5a32e2551a218d5ba6326d6
parentb709cdfedc4d76748be6f17284293a6a4b4c7e6b (diff)
adjust spice-gtk dependencies
Disable many optional dependencies as they are not useful on OSX
-rw-r--r--modulesets/spice.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 2c32149..cae59ec 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -98,15 +98,12 @@
version="1.5.5" size="1412611"/>
</distutils>
- <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python --with-audio=gstreamer --with-coroutine=gthread">
+ <autotools id="spice-gtk" autogenargs="--disable-usbredir --without-python --with-audio=gstreamer --with-coroutine=gthread --disable-smartcard --disable-vala --disable-controller">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
<dep package="celt"/>
- <dep package="libcacard"/>
- <dep package="libusb"/>
<dep package="pyparsing"/>
<dep package="spice-protocol"/>
- <!-- dep package="usbredir"-->
<dep package="gst-plugins-good"/>
<dep package="gtk+-3.0"/>
</dependencies>