ci: drop lua from default binding set as elua is off by default accepted/tizen/unified/20200608.214808 submit/tizen/20200608.010949
authorDaniel Kolesa <d.kolesa@samsung.com>
Sat, 6 Jun 2020 21:29:23 +0000 (23:29 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 7 Jun 2020 21:49:34 +0000 (06:49 +0900)
.ci/ci-configure.sh

index 77b1b71..17f133f 100755 (executable)
@@ -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"