From a87487c2b21f7527f1f326705c370fcbd751ccc6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2024 11:38:02 -0400 Subject: Remove redundant default values for meson options --- meson_options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 6472e14..7a12844 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,11 +1,11 @@ # Copyright 2019-2023 David Robillard # SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later -option('benchmarks', type: 'feature', value: 'auto', yield: true, +option('benchmarks', type: 'feature', yield: true, description: 'Build benchmarks') -option('tests', type: 'feature', value: 'auto', yield: true, +option('tests', type: 'feature', yield: true, description: 'Build tests') -option('tools', type: 'feature', value: 'auto', yield: true, +option('tools', type: 'feature', yield: true, description: 'Build command line utilities') -- cgit v1.2.1