summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWonki Kim <wonki_.kim@samsung.com>2019-02-14 10:25:09 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-02-21 20:49:00 +0100
commit56a91961ce07337fb9e73f46298415426175d25a (patch)
tree28984f29325d148047e3a3459bc31febdbf5e38e /meson_options.txt
parent99c3d42efdb614ae17dec7321e2f9c919c3b8213 (diff)
downloadefl-56a91961ce07337fb9e73f46298415426175d25a.tar.gz
meson: add a option for selecting lua interpreter
this patch is for selecting lua interpreter such as luajit, lua51 and in addition, little more changes to unify lua dependency over efl Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de> Differential Revision: https://phab.enlightenment.org/D7564
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c1677606ee..7c0c253942 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -323,6 +323,13 @@ option('mono-beta',
description: 'Flag for enabling @beta Eo methods in the api'
)
+option('lua-interpreter',
+ type: 'combo',
+ choices: ['luajit', 'lua'],
+ value: 'luajit',
+ description: 'Select a type of lua interpreter to use it for edje and evas'
+)
+
option('native-arch-optimization',
type: 'boolean',
value: true,