Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💩 Do not disable build if systemd is missing (#107)
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
- Loading branch information