Dependency systemd is not mandatory
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user