summaryrefslogtreecommitdiff
path: root/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch
blob: 7fbaf392e074b4366cb1a7c310649b64241d1ef5 (plain)
1
2
3
4
5
6
7
8
--- 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