summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2020-06-06 23:29:23 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2020-06-06 23:29:23 +0200
commit9afc497269cc5760fa7de01c6c712df6070bdf28 (patch)
tree9c2ce64f086cbaab92bc0c895cb8ec1f8464413d /.ci
parentc3a1060b94ae9df82e8406b481e8bd5fe5741df5 (diff)
downloadefl-9afc497269cc5760fa7de01c6c712df6070bdf28.tar.gz
ci: drop lua from default binding set as elua is off by default
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/ci-configure.sh2
1 files changed, 1 insertions, 1 deletions
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"