mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add pulsedspdir option
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
adef9a4421
commit
13202eb9ed
3 changed files with 10 additions and 1 deletions
|
|
@ -11,3 +11,6 @@ option('database',
|
|||
type : 'combo', value : 'tdb',
|
||||
choices : [ 'gdbm', 'tdb', 'simple' ],
|
||||
description : 'Database backend')
|
||||
option('pulsedspdir',
|
||||
type : 'string',
|
||||
description : 'Specify location where OSS wrapper will be installed')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue