mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ subdir('modules')
|
|||
if get_option('examples')
|
||||
subdir('examples')
|
||||
endif
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
if get_option('gstreamer')
|
||||
subdir('gst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue