ci: drop lua from default binding set as elua is off by default

This commit is contained in:
Daniel Kolesa 2020-06-06 23:29:23 +02:00
parent c3a1060b94
commit 9afc497269
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if [ "$DISTRO" != "" ] ; then
# Why do we need to disable the imf loaders here? # Why do we need to disable the imf loaders here?
OPTS=" -Decore-imf-loaders-disabler=scim,ibus" 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" WAYLAND_LINUX_COPTS=" -Dwl=true -Ddrm=true -Dopengl=es-egl -Dwl-deprecated=true -Ddrm-deprecated=true"