From 87cfde51d3e143260a1b431f9c14d30536b549ce Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 1 Jul 2019 10:24:04 +0200 Subject: [PATCH] ci: finally enable examples for mingw build With the gnutls build problem fixed we can now enable these as well. --- .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 57c17d96c9..6ed27b1260 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 -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"