summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt21
1 files changed, 5 insertions, 16 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e24f999ee4..563794e6a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -310,22 +310,11 @@ option('nls',
description: 'enable localization: (default=true)'
)
-option('luajit',
- type: 'boolean',
- value: true,
- description: 'Flag for handling lua bindings'
-)
-
-option('cxx',
- type: 'boolean',
- value: true,
- description: 'Flag for handling cxx bindings'
-)
-
-option('mono',
- type: 'boolean',
- value: false,
- description: 'Flag for handling c# bindings'
+option('bindings',
+ type : 'array',
+ choices : ['luajit', 'cxx', 'mono'],
+ value : ['luajit', 'cxx'],
+ description : 'Add values here to enable the bindings',
)
option('native-arch-optimization',