mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: change daemon-only to client
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/659>
This commit is contained in:
parent
4cf4a1fd5b
commit
6928714b64
7 changed files with 16 additions and 16 deletions
|
|
@ -1,9 +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('client',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Build and install pulseaudio client libraries and utilities')
|
||||
option('doxygen',
|
||||
type : 'boolean', value : true,
|
||||
description : 'Enable building and installation of documentation generated with doxygen')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue