From 9cdd960797001655c372388a68f78b50c31b38be Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 20:31:02 -0400 Subject: Avoid quoting default value for meson boolean option Deprecated in meson 1.1.0. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d6bd40b..0a8c145 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,7 +13,7 @@ option('lv2dir', type: 'string', value: '', yield: true, option('old_headers', type: 'boolean', value: true, yield: true, description: 'Install backwards compatible headers at URI-style paths') -option('online_docs', type: 'boolean', value: 'false', yield: true, +option('online_docs', type: 'boolean', value: false, yield: true, description: 'Build documentation for online hosting') option('plugins', type: 'feature', value: 'auto', yield: true, -- cgit v1.2.1