From 69698359a67f40a2d9a685e1a2da5957b0d9836d Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 28 Jan 2020 11:12:14 +0100 Subject: [PATCH] try out idea --- .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 773e536aa1..d11a51fdde 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 \ - -Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false " + -Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false -Dfribidi=false" if [ "$1" = "default" ]; then OPTS="$OPTS $MONO_LINUX_COPTS"