summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-17 12:33:40 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 12:33:40 -0400
commit4b6a0482a4abcdb576a90d3ef279b9702aa02b9f (patch)
treee5350bba3c6047598d7fd0b91b67e6a382826415 /meson_options.txt
parent96d897c5981d60ac52c33a9f9ac66753998fa4ed (diff)
downloadlilv-4b6a0482a4abcdb576a90d3ef279b9702aa02b9f.tar.gz
lilv-4b6a0482a4abcdb576a90d3ef279b9702aa02b9f.tar.bz2
lilv-4b6a0482a4abcdb576a90d3ef279b9702aa02b9f.zip
Sort meson options
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')