From: Rosen Penev Date: Fri, 29 Apr 2022 23:53:43 +0000 (-0700) Subject: meson: fix compilation without systemd X-Git-Tag: v2.39-rc1~682^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38b15ca2dc4ca32bbe4a2449e1c7b645e4577840;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 2f6a7a47a9..c91723224b 100644 --- a/meson.build +++ b/meson.build @@ -721,6 +721,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