mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 11:55:10 +00:00
build: Explicitly disable celt051 when running make distcheck
With spice-common commit 72b0d603e12, SPICE_CHECK_CELT051 will error out if celt051-devel is installed, but neither --enable-celt051 nor --disable-celt051 are specified. This could be a problem when running make distcheck, so this commit adds --disable-celt051 so that we never hit that error. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
83fd1bb4ff
commit
5d942a47da
@ -10,6 +10,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = spice-server.pc
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
--disable-celt051 \
|
||||
--enable-automated-tests \
|
||||
--enable-smartcard \
|
||||
--with-sasl \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user