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:
Rosen Penev 2025-10-21 13:17:10 -07:00 committed by Arun Raghavan
parent 9eab29c16b
commit 7a35b80820
5 changed files with 14 additions and 9 deletions

View file

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