meson: Add pulsedspdir option

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-09 10:26:57 +07:00 committed by Arun Raghavan
parent adef9a4421
commit 13202eb9ed
3 changed files with 10 additions and 1 deletions

View file

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