mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: add option to enable/disable media-session
This commit is contained in:
parent
b7c6f70ae3
commit
3a7ce9660a
3 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,10 @@ option('examples',
|
|||
description: 'Build examples',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('media-session',
|
||||
description: 'Build and install pipewire-media-session',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('man',
|
||||
description: 'Build manpages',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue