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
|
|
@ -77,9 +77,9 @@ executable('pipewire-pulse',
|
|||
# )
|
||||
#endif
|
||||
|
||||
if get_option('media-session')
|
||||
if not get_option('media-session').disabled()
|
||||
subdir('media-session.d')
|
||||
endif
|
||||
if get_option('systemd') and systemd.found()
|
||||
if systemd.found()
|
||||
subdir('systemd')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue