Glimesh / janus-ftl-plugin

A plugin for the Janus WebRTC gateway to enable relaying of audio/video streams utilizing Mixer's FTL (Faster-Than-Light) protocol.
https://hayden.fyi/posts/2020-08-03-Faster-Than-Light-protocol-engineering-notes.html
GNU Affero General Public License v3.0
44 stars 11 forks source link

💩 Do not disable build if systemd is missing #107

Closed danstiner closed 3 years ago

danstiner commented 3 years ago

I meant to make systemd an optional dependency, but I used meson's disabler() which actually recursively disables any parts of the build it is included in. So the main .so would not build if you didn't have libsystemd-dev installed.

Fixes #103