aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-31 19:18:09 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 11:57:00 +0200
commit6355071a2dff4ec314bbb178fff2cecedc472860 (patch)
tree31f8947e95734acea2b4cec19b9e6b08ab398ac7
parent6dbb0774b2a39da4533157dcad69dc2a1d578694 (diff)
downloadpulseaudio-6355071a2dff4ec314bbb178fff2cecedc472860.tar.gz
meson: Boolean options default to true, no need to say it
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 86f97396..09927171 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',