From 6355071a2dff4ec314bbb178fff2cecedc472860 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Wed, 31 Oct 2018 19:18:09 +0700 Subject: [PATCH] meson: Boolean options default to true, no need to say it Signed-off-by: Arnaud Rebillout --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 86f973965..09927171b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -16,7 +16,7 @@ option('database', choices : [ 'gdbm', 'tdb', 'simple' ], description : 'Database backend') option('legacy-database-entry-format', - type : 'boolean', value : 'true', + type : 'boolean', description : 'Try to load legacy (< 1.0) database files (card, device and volume restore)') option('pulsedspdir', type : 'string',