mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -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
|
|
@ -1,6 +1,6 @@
|
|||
if get_option('systemd-system-service')
|
||||
if not get_option('systemd-system-service').disabled()
|
||||
subdir('system')
|
||||
endif
|
||||
if get_option('systemd-user-service')
|
||||
if not get_option('systemd-user-service').disabled()
|
||||
subdir('user')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue