bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bdc69870671a9b4fe0ef89499dd6f5b9d23406d9
commit bdc69870671a9b4fe0ef89499dd6f5b9d23406d9 Author: Stefan Schmidt <[email protected]> Date: Fri Jun 28 16:41:14 2019 +0200 ci: enable more build options for mingw job Withj an updated ewpi in the docker image we can now enable more build options. Examples are still disabled as there is a build break that needs to get fixed first. --- .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 cc1f8497d0..57c17d96c9 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 \ - -Dbuild-examples=false -Dbuild-tests=false" + -Dharfbuzz=true -Dpixman=true -Dembedded-lz4=false -Dbuild-examples=false " if [ "$1" = "options-enabled" ]; then OPTS="$OPTS $ENABLED_LINUX_COPTS $WAYLAND_LINUX_COPTS" --
