summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2020-05-29 17:06:22 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2020-05-29 17:06:22 +0200
commitf78d54051c26a8d3c9b3bfc61e44df09bf24e401 (patch)
treeeb757679257c00fd01fcbf9992e13b97f3dd19b9 /meson_options.txt
parentb0203b3160f2a39c3afe549fd34a513f71532fc3 (diff)
downloadefl-f78d54051c26a8d3c9b3bfc61e44df09bf24e401.tar.gz
bindings: rename luajit -> lua
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 159f2c2649..6b2464a03a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -286,8 +286,8 @@ option('nls',
option('bindings',
type : 'array',
- choices : ['luajit', 'cxx', 'mono'],
- value : ['luajit', 'cxx'],
+ choices : ['lua', 'cxx', 'mono'],
+ value : ['lua', 'cxx'],
description : 'Which auto-generated language bindings for efl to enable',
)