From 9afc497269cc5760fa7de01c6c712df6070bdf28 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Sat, 6 Jun 2020 23:29:23 +0200 Subject: [PATCH] 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"