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.
This commit is contained in:
Marc-André Lureau 2012-07-16 15:09:24 +02:00
parent 52c3fb03b7
commit e234982a44

View File

@ -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)