summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5154f17..cc5ec47 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,15 @@
+option('bindings_py', type: 'feature', value: 'auto', yield: true,
+ description: 'Build Python bindings')
+
+option('default_lv2_path', type: 'string', value: '', yield: true,
+ description: 'Default LV2_PATH to use if it is unset')
+
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
option('strict', type: 'boolean', value: false, yield: true,
description: 'Enable ultra-strict warnings')
-option('bindings_py', type: 'feature', value: 'auto', yield: true,
- description: 'Build Python bindings')
-
option('tests', type: 'feature', value: 'auto', yield: true,
description: 'Build tests')
@@ -15,6 +18,3 @@ option('title', type: 'string', value: 'Lilv',
option('tools', type: 'feature', value: 'auto', yield: true,
description: 'Build command line utilities')
-
-option('default_lv2_path', type: 'string', value: '', yield: true,
- description: 'Default LV2_PATH to use if it is unset')