From a634d85dc022abb8e02368ec96c55f77b3a32842 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 12:17:30 -0400 Subject: Remove redundant default values for meson options --- meson_options.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index a9a8b0c..dbab79e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,16 +1,16 @@ # Copyright 2021-2023 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -option('docs', type: 'feature', value: 'auto', yield: true, +option('docs', type: 'feature', yield: true, description: 'Build documentation') -option('html', type: 'feature', value: 'auto', yield: true, +option('html', type: 'feature', yield: true, description: 'Build paginated HTML documentation') -option('singlehtml', type: 'feature', value: 'auto', yield: true, +option('singlehtml', type: 'feature', yield: true, description: 'Build single-page HTML documentation') -option('tests', type: 'feature', value: 'auto', yield: true, +option('tests', type: 'feature', yield: true, description: 'Build tests') option('title', type: 'string', value: 'Sratom', -- cgit v1.2.1