ci: finally enable examples for mingw build

With the gnutls build problem fixed we can now enable these as well.
devs/bu5hm4n/make_doc_cop_happy
Stefan Schmidt 4 years ago committed by Marcel Hollerbach
parent f19189a54f
commit 87cfde51d3
  1. 2
      .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 -Devas-modules=static -Dbindings=luajit \
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false -Dbuild-examples=false "
-Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false "
if [ "$1" = "options-enabled" ]; then
OPTS="$OPTS $ENABLED_LINUX_COPTS $WAYLAND_LINUX_COPTS"

Loading…
Cancel
Save