summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-04-29 18:56:30 +0200
committerVictor Toso <victortoso@redhat.com>2015-07-08 14:52:03 +0200
commit5cdb89c846a36eb0a1bef62efa9395dfd9b2c6c8 (patch)
treeae97435c4304ca6f1cdb134dbc2c03c4d2ef70a9
parentd4eca07d6ab15c6f4522fdbf98808897b0288a13 (diff)
moduleset: use libusb from system
All necessary patches from Hans branch is upstream.
-rw-r--r--modulesets/spice.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index ffb2d38..af8ab52 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -68,10 +68,6 @@
<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>
@@ -87,7 +83,6 @@
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
<dep package="libcacard"/>
- <dep package="libusb"/>
<dep package="pyparsing"/>
<dep package="spice-protocol"/>
<dep package="usbredir"/>