add systemd socket activation

This commit is contained in:
Wim Taymans 2018-10-18 09:50:43 +02:00
parent a086fc5c0c
commit 88d6e52cc7
5 changed files with 52 additions and 31 deletions

View file

@ -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