Alarig Le Lay
4c61e7947b
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
9 lines
265 B
Diff
9 lines
265 B
Diff
--- fwupd-1.5.7/plugins/logind/meson.build
|
|
+++ fwupd-1.5.7/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
|