try out idea

This commit is contained in:
Stefan Schmidt 2020-01-28 11:12:14 +01:00
parent a473711b9a
commit 69698359a6
1 changed files with 1 additions and 1 deletions

View File

@ -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"