build-sys: meson: make doxygen optional

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/558>
This commit is contained in:
Igor V. Kovalenko 2021-05-19 00:52:56 +03:00
parent 6e04c0a704
commit edae28e9b5
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,9 @@
option('daemon',
type : 'boolean', value : true,
description : 'Enable building and installation of pulseaudio daemon and supporting configuration files')
option('doxygen',
type : 'boolean', value : true,
description : 'Enable building and installation of documentation generated with doxygen')
option('gcov',
type : 'boolean', value : false,
description : 'Enable optional gcov coverage analysis')