Dependency systemd is not mandatory

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-26 13:52:20 +00:00
parent 21718c8c14
commit 93cefd6dba

View File

@@ -28,7 +28,7 @@ deps = [
executable('glorytun', install: true, sources: src, dependencies: deps) executable('glorytun', install: true, sources: src, dependencies: deps)
systemd = dependency('systemd') systemd = dependency('systemd', required: false)
if systemd.found() if systemd.found()
systemdutildir = systemd.get_pkgconfig_variable('systemdutildir') systemdutildir = systemd.get_pkgconfig_variable('systemdutildir')