summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-10-21 16:41:05 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-10-21 19:06:47 +0200
commitb14a4c3a83bfc9757e9f2030905253f38d9daa6b (patch)
treed83ce9efd872a169567de08db53fb6960a056535
parente4052508c009716c293a84611410f7ee1e8d91e8 (diff)
preliminary usb redir support
Add the modules necessary for usb redir support to the module set, but we have to disable this support from spicy for now because jhbuild can't build libusbredir because it's not using the autotools, and its build system isn't sophisticated enough for jhbuild use :-/
-rw-r--r--modulesets/spice.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 9424df1..dfd6ee4 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -70,6 +70,15 @@
</dependencies>
</autotools>
+ <autotools id="usbredir" makeinstallargs="LIBDIR=%(libdir) PREFIX=%(prefix) install">
+ <branch repo="git.freedesktop.org" module="~jwrdegoede/usbredir"/>
+ <dep package="libusb"/>
+ </autotools>
+
+ <autotools id="libusb">
+ <branch repo="git.freedesktop.org" module="~jwrdegoede/libusb"/>
+ </autotools>
+
<autotools id="libcacard" makefile="config.log" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --target-list=x86_64-softmmu" makeargs="libcacard.la" makeinstallargs="install-libcacard">
<branch repo="qemu" module="qemu"/>
</autotools>
@@ -81,13 +90,15 @@
version="1.5.5" size="1412611"/>
</distutils>
- <autotools id="spice-gtk">
+ <autotools id="spice-gtk" autogenargs="--disable-usbredir">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
- <dep package="spice-protocol"/>
<dep package="celt"/>
<dep package="libcacard"/>
+ <dep package="libusb"/>
<dep package="pyparsing"/>
+ <dep package="spice-protocol"/>
+ <!-- dep package="usbredir"-->
</dependencies>
</autotools>