From bf2f171b7869223ce150385a2b368abdc6eec6d8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 8 Jun 2020 09:10:51 +0200 Subject: [PATCH] ci: disable wepb loader until we have a change to update the mingw cross env We now need webp 1.1.0 and our current mingw cross env only has 1.0.2. Disable to keep CI working while we update. --- .ci/ci-configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index 17f133f..040ce92 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -38,7 +38,7 @@ if [ "$DISTRO" != "" ] ; then MINGW_COPTS="--cross-file .ci/cross_toolchain.txt -Davahi=false -Deeze=false -Dsystemd=false \ -Dpulseaudio=false -Dx11=false -Dopengl=none -Dlibmount=false \ - -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg \ + -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg,webp \ -Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false " if [ "$1" = "default" ]; then -- 2.7.4