[Spice-devel] [PATCH 04/13] moduleset: libcacard is part of qemu now
Victor Toso
victortoso at redhat.com
Thu Apr 30 09:59:05 PDT 2015
The source is inside qemu but it is kept as different package which
spice-gtk and spice-server depends on currently.
---
modulesets/spice.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 291dbf2..7085ec4 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -26,7 +26,6 @@
<branch repo="spice" module="spice"/>
<dependencies>
<dep package="spice-protocol"/>
- <dep package="libcacard"/>
</dependencies>
</autotools>
@@ -47,7 +46,6 @@
<autotools id="qemu" makefile="config.log" autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-spice --target-list=x86_64-softmmu --enable-smartcard-nss --enable-smartcard" >
<branch repo="qemu" module="qemu"/>
<dependencies>
- <dep package="libcacard"/>
<dep package="spice-server"/>
<dep package="vd-agent"/>
</dependencies>
@@ -68,14 +66,9 @@
<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>
-
<autotools id="spice-gtk" autogenargs="--disable-usbredir">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
- <dep package="libcacard"/>
<dep package="libusb"/>
<dep package="spice-protocol"/>
<dep package="usbredir"/>
--
2.3.6
More information about the Spice-devel
mailing list