Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
ci: finally enable examples for mingw build
Browse files Browse the repository at this point in the history
With the gnutls build problem fixed we can now enable these as well.
  • Loading branch information
Stefan-Schmidt authored and marcelhollerbach committed Jul 4, 2019
1 parent f19189a commit 87cfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ci-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 87cfde5

Please sign in to comment.