From 1504b2c784a4305da67a74f496b2ddb8f192b3bd Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sun, 6 Oct 2024 12:12:28 -0400
Subject: Remove redundant default values for meson options

---
 meson_options.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

(limited to 'meson_options.txt')

diff --git a/meson_options.txt b/meson_options.txt
index a5c3a32..11ef809 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,16 +4,16 @@
 option('checks', type: 'feature', value: 'enabled', yield: true,
        description: 'Check for platform-specific features')
 
-option('docs', type: 'feature', value: 'auto',
+option('docs', type: 'feature',
        description: 'Build documentation')
 
-option('ganv', type: 'feature', value: 'auto',
+option('ganv', type: 'feature',
        description: 'Build ganv')
 
-option('ingen', type: 'feature', value: 'auto',
+option('ingen', type: 'feature',
        description: 'Build ingen')
 
-option('jalv', type: 'feature', value: 'auto',
+option('jalv', type: 'feature',
        description: 'Build jalv')
 
 option('lint', type: 'boolean', value: false, yield: true,
@@ -22,17 +22,17 @@ option('lint', type: 'boolean', value: false, yield: true,
 option('lv2dir', type: 'string', value: '', yield: true,
        description: 'LV2 bundle installation directory')
 
-option('lv2kit', type: 'feature', value: 'auto',
+option('lv2kit', type: 'feature',
        description: 'Build lv2kit')
 
-option('patchage', type: 'feature', value: 'auto',
+option('patchage', type: 'feature',
        description: 'Build patchage')
 
-option('plugins', type: 'feature', value: 'auto',
+option('plugins', type: 'feature',
        description: 'Build LV2 plugins')
 
-option('raul', type: 'feature', value: 'auto',
+option('raul', type: 'feature',
        description: 'Build raul')
 
-option('tests', type: 'feature', value: 'auto', yield: true,
+option('tests', type: 'feature', yield: true,
        description: 'Build tests')
-- 
cgit v1.2.1