mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
6dbb0774b2
commit
6355071a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue