From 4b6a0482a4abcdb576a90d3ef279b9702aa02b9f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Aug 2022 12:33:40 -0400 Subject: Sort meson options --- meson_options.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1