From 24d70a1e94d37ccaa979724715273bdf7b5be062 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 13 Nov 2025 16:45:17 -0500 Subject: Add configuration options to control bundle and header installation --- meson_options.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 57a41f0..4b12f68 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,13 +4,19 @@ option('docs', type: 'feature', description: 'Build documentation') +option('bundles', type: 'boolean', + description: 'Install specification data bundles') + +option('headers', type: 'boolean', + description: 'Install new-style headers at simplified paths') + option('lint', type: 'boolean', value: false, description: 'Run code quality checks') option('lv2dir', type: 'string', value: '', description: 'LV2 bundle installation directory') -option('old_headers', type: 'boolean', value: true, +option('old_headers', type: 'boolean', description: 'Install backwards compatible headers at URI-style paths') option('online_docs', type: 'boolean', value: false, -- cgit v1.2.1