summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-09 09:43:57 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-09 09:52:46 +0200
commit4c2cbecc69c4c08ccacba7d2f6bef072addc3e33 (patch)
tree58e64d61369f55bb70bb8c12516db047fef488a7 /.ci
parent3c32ec527b3e1fccadad89dace76a25244159d61 (diff)
downloadefl-4c2cbecc69c4c08ccacba7d2f6bef072addc3e33.tar.gz
Revert "ci: disable wepb loader until we have a change to update the mingw cross env"
This reverts commit 63b1334e2c98f0c0f08801ce77d66f372e7abb30. No longer needed as we have updated the mingw image to have 1.1.0 available.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh
index b19f07e5cb..dced2544ff 100755
--- a/.ci/ci-configure.sh
+++ b/.ci/ci-configure.sh
@@ -37,7 +37,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,webp \
+ -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg \
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false "
if [ "$1" = "default" ]; then