systemd socket activation

This commit is contained in:
Maxim Devaev
2022-02-13 18:59:33 +03:00
parent fec76dc9eb
commit be2e0f11da
10 changed files with 143 additions and 9 deletions

View File

@@ -31,6 +31,11 @@ if [ -e /usr/include/janus/plugins/plugin.h ];then
makedepends+=(janus-gateway-pikvm)
_options="$_options WITH_JANUS=1"
fi
if [ -e /usr/include/systemd/sd-daemon.h ];then
depends+=(systemd)
makedepends+=(systemd)
_options="$_options WITH_SYSTEMD=1"
fi
# LD does not link mmal with this option