summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-08-06 11:00:16 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-08-06 11:00:16 -0400
commitc63b2d136ea8508a4cd2b31eebe02c0789441af1 (patch)
treee5dbd53b62990119d2d76947f7429da860ffb9ae
parentd347c0632a21ee0f5084394ae5ea61002b52c90a (diff)
downloadefl-c63b2d136ea8508a4cd2b31eebe02c0789441af1.tar.gz
ci: disable rsvg loader on windows
Summary: deps are missing for that one Reviewers: stefan_schmidt, zmike, cedric Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9514
-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 6ed27b1260..bca6c0aac0 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 -Devas-modules=static -Dbindings=luajit \
+ -Devas-loaders-disabler=json,pdf,ps,raw,svg,rsvg -Devas-modules=static -Dbindings=luajit \
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false "
if [ "$1" = "options-enabled" ]; then