[Spice-devel] [PATCH spice 2/3] build-sys: remove cegui/slirp and mandatory client from dist-check

Marc-André Lureau marcandre.lureau at gmail.com
Mon Jul 16 07:17:25 PDT 2012


The spicec client is no longer actively maintained.

By removing cegui from distcheck, we can avoid extra build time and
dependencies (>150Mb extra cegui/boost on fedora)

Slirp is not available in most distributions, afaict, making it hard
to build consistantly accross various systems.

The client is still build if the dependencies are present.
---
 Makefile.am  |    2 --
 spice-common |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6971425..50a1a38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,9 +12,7 @@ pkgconfig_DATA = spice-server.pc
 
 DISTCHECK_CONFIGURE_FLAGS =			\
 	--enable-automated-tests		\
-	--enable-gui				\
 	--enable-opengl				\
 	--enable-smartcard			\
-	--enable-tunnel				\
 	--with-sasl				\
 	$(NULL)
diff --git a/spice-common b/spice-common
index 6bcb4ff..85b5102 160000
--- a/spice-common
+++ b/spice-common
@@ -1 +1 @@
-Subproject commit 6bcb4fff0df7bbc8e708cc9c6022efff06a81ace
+Subproject commit 85b5102f49c1dbb58553de8a1b89da0ce2383300
-- 
1.7.10.4



More information about the Spice-devel mailing list