From e234982a44e1cc1b8a9b7da4865517a2b7cdd7ef Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 16 Jul 2012 15:09:24 +0200 Subject: build-sys: remove cegui/slirp and mandatory client from dist-check 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 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 69714259..50a1a388 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) -- cgit