mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
meson: doxygen and tests to feature options
Allows build to continue without passing extra options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
88e850fd4b
commit
a8d7d2f732
5 changed files with 14 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ option('client',
|
|||
type : 'boolean', value : true,
|
||||
description : 'Build and install pulseaudio client libraries and utilities')
|
||||
option('doxygen',
|
||||
type : 'boolean', value : true,
|
||||
type : 'feature',
|
||||
description : 'Enable building and installation of documentation generated with doxygen')
|
||||
option('gcov',
|
||||
type : 'boolean', value : false,
|
||||
|
|
@ -14,7 +14,7 @@ option('man',
|
|||
type : 'boolean',
|
||||
description : 'Enable building and installation of man pages')
|
||||
option('tests',
|
||||
type : 'boolean',
|
||||
type : 'feature',
|
||||
description : 'Enable unit tests')
|
||||
|
||||
option('system_user',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue