mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: Use feature options everywhere it makes sense
This commit is contained in:
parent
98bedb3895
commit
485bae5eb0
20 changed files with 211 additions and 224 deletions
|
|
@ -4,13 +4,11 @@ subdir('extensions')
|
|||
subdir('daemon')
|
||||
subdir('tools')
|
||||
subdir('modules')
|
||||
if get_option('examples')
|
||||
if not get_option('examples').disabled()
|
||||
subdir('examples')
|
||||
endif
|
||||
if get_option('tests')
|
||||
if not get_option('tests').disabled()
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
if get_option('gstreamer')
|
||||
subdir('gst')
|
||||
endif
|
||||
subdir('gst')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue