mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
add systemd socket activation
This commit is contained in:
parent
a086fc5c0c
commit
88d6e52cc7
5 changed files with 52 additions and 31 deletions
|
|
@ -31,11 +31,6 @@ executable('pipewire',
|
|||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
if get_option('systemd')
|
||||
systemd = dependency('systemd', required: false)
|
||||
if systemd.found()
|
||||
subdir('systemd')
|
||||
else
|
||||
warning('Systemd integration was enabled, but systemd is not available')
|
||||
endif
|
||||
if systemd.found()
|
||||
subdir('systemd')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue