mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: add tests option
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
792402849f
commit
a269bc0bed
2 changed files with 7 additions and 1 deletions
|
|
@ -10,6 +10,10 @@ option('man',
|
|||
description: 'Build manpages',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('tests',
|
||||
description: 'Build tests',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('gstreamer',
|
||||
description: 'Build GStreamer plugins',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue