build-sys: meson: Allow building the daemon only

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
This commit is contained in:
Mart Raudsepp 2021-09-24 15:19:05 +03:00 committed by PulseAudio Marge Bot
parent a67f894775
commit 4cf4a1fd5b
10 changed files with 54 additions and 16 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('daemon-only',
type : 'boolean', value : false,
description : 'Build and install only the pulseaudio daemon and supporting configuration files, relying on a system installation of libpulse')
option('doxygen',
type : 'boolean', value : true,
description : 'Enable building and installation of documentation generated with doxygen')