From ed16511d0b9000d80b1707811c431d30c0dd3a10 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 29 Apr 2022 16:53:43 -0700 Subject: [PATCH] meson: fix compilation without systemd systemdsystemunitdir is used elsewhere. Signed-off-by: Rosen Penev --- meson.build | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2