q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9afc497269cc5760fa7de01c6c712df6070bdf28
commit 9afc497269cc5760fa7de01c6c712df6070bdf28 Author: Daniel Kolesa <[email protected]> Date: Sat Jun 6 23:29:23 2020 +0200 ci: drop lua from default binding set as elua is off by default --- .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 bd429aea16..22d0f01fe4 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -8,7 +8,7 @@ if [ "$DISTRO" != "" ] ; then # Why do we need to disable the imf loaders here? OPTS=" -Decore-imf-loaders-disabler=scim,ibus" - MONO_LINUX_COPTS=" -Dbindings=lua,cxx,mono -Dmono-beta=true" + MONO_LINUX_COPTS=" -Dbindings=cxx,mono -Dmono-beta=true" WAYLAND_LINUX_COPTS=" -Dwl=true -Ddrm=true -Dopengl=es-egl -Dwl-deprecated=true -Ddrm-deprecated=true" --
