SwordArMor-gentoo-overlay/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch
Alarig Le Lay 4c61e7947b
sys-apps/fwupd: Bug 780903
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
2021-04-24 14:23:03 +02:00

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