[Spice-devel] [spice-jhbuild PATCH v2 09/12] modulesets: update configure options
Victor Toso
victortoso at redhat.com
Mon May 25 05:42:55 PDT 2015
spice-server: with lz4, removed client option;
spice-gtk: with webdav smartcard and usbredir, removed polikit due:
http://lists.freedesktop.org/archives/spice-devel/2014-December/018350.html
virt-viewer: with spice-gtk
---
modulesets/spice.xml | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 1943af1..8cc4a6d 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -25,7 +25,12 @@
<repository type="git" name="git.gnome.org"
href="git://git.gnome.org/"/>
- <autotools id="spice-server" autogenargs="--enable-werror --enable-smartcard --with-sasl --disable-client" >
+ <autotools id="spice-server"
+ autogenargs=
+"--enable-werror
+--enable-smartcard
+--enable-lz4
+--with-sasl">
<branch repo="spice" module="spice"/>
<dependencies>
<dep package="spice-protocol"/>
@@ -93,7 +98,13 @@
version="1.5.5" size="1412611"/>
</distutils>
- <autotools id="spice-gtk" autogenargs="--disable-usbredir">
+ <autotools id="spice-gtk"
+ autogenargs=
+"--enable-werror
+--enable-webdav
+--enable-smartcard
+--enable-usbredir
+--disable-polkit">
<branch repo="spice" module="spice-gtk.git"/>
<dependencies>
<dep package="libcacard"/>
@@ -162,7 +173,10 @@
</dependencies>
</autotools>
- <autotools id="virt-viewer">
+ <autotools id="virt-viewer"
+ autogenargs=
+"--enable-werror
+--with-spice-gtk">
<branch repo="git.fedorahosted.org" module="virt-viewer.git"/>
<dependencies>
<dep package="spice-gtk"/>
--
2.4.1
More information about the Spice-devel
mailing list