From f6b6d77eedc1eff1fc6be4193ae333acf9c55536 Mon Sep 17 00:00:00 2001 From: Alexey Zapparov Date: Wed, 3 Nov 2021 15:01:29 +0100 Subject: [PATCH] Build logind plugin for elogind-enabled systems --- plugins/logind/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/logind/meson.build b/plugins/logind/meson.build index 1e61b29de..92bbaa0f2 100644 --- a/plugins/logind/meson.build +++ b/plugins/logind/meson.build @@ -1,4 +1,4 @@ -if get_option('systemd') +if get_option('systemd') or get_option('elogind') if host_machine.system() != 'linux' error('linux is required for systemd') endif