It's now mandatory to explicitly enable/disable CELT at configure time
if celt051-devel is installed.
---

This patch is also needed in order not to break CI, probably makes sense to 
squash it with the
DISTCHECKFLAGS one, or maybe with the submodule update

Christophe

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 655232c23..9b8d67edd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ makecheck:
 # --without-sasl       disable SASL
 options:
   script:
-  - ./autogen.sh --enable-statistics --without-sasl
+  - ./autogen.sh --enable-statistics --without-sasl --enable-celt051
   - make
   - make -C server check || (cat server/tests/test-suite.log && exit 1)
 
-- 
2.17.1

_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to