meson: Boolean options default to true, no need to say it

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-31 19:18:09 +07:00 committed by Arun Raghavan
parent 6dbb0774b2
commit 6355071a2d

View file

@ -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',