diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2020-06-06 19:09:21 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2020-06-06 19:28:26 +0200 |
commit | c3a1060b94ae9df82e8406b481e8bd5fe5741df5 (patch) | |
tree | ecdbdd44fa4e58e9f415549dcf77873787e54c58 /meson_options.txt | |
parent | 628268a102dde3b94b74f1652c6a5e56c2810cb6 (diff) | |
download | efl-c3a1060b94ae9df82e8406b481e8bd5fe5741df5.tar.gz |
build: disable elua by default, plus nicer detection
Elua is now disabled by default. There are some other changes:
1) Elua scripts are only installed if Elua is enabled
2) Lua bindings are only installed if Elua is enabled
3) Elua with interpreter is clearly experimental and will message
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 6b2464a03a..432a8b3bcf 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -262,7 +262,7 @@ option('v4l2', option('elua', type : 'boolean', - value : true, + value : false, description : 'Lua launcher binary support in efl' ) @@ -287,7 +287,7 @@ option('nls', option('bindings', type : 'array', choices : ['lua', 'cxx', 'mono'], - value : ['lua', 'cxx'], + value : ['cxx'], description : 'Which auto-generated language bindings for efl to enable', ) |