From: Rosen Penev Date: Fri, 29 Apr 2022 23:53:43 +0000 (-0700) Subject: meson: fix compilation without systemd X-Git-Tag: v2.38.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed16511d0b9000d80b1707811c431d30c0dd3a10;p=thirdparty%2Futil-linux.git meson: fix compilation without systemd systemdsystemunitdir is used elsewhere. Signed-off-by: Rosen Penev --- diff --git a/meson.build b/meson.build index 889936d240..c1f70ab3ed 100644 --- a/meson.build +++ b/meson.build @@ -720,6 +720,7 @@ if fs_search_path_extra != '' endif conf.set_quoted('FS_SEARCH_PATH', fs_search_path) +systemdsystemunitdir = '' if systemd.found() systemdsystemunitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir') endif