You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.p...

14 lines
281 B

Enable logind plugin when -Delogind=true is set as well
--- fwupd-1.3.9/plugins/meson.build
+++ fwupd-1.3.9/plugins/meson.build
@@ -27,7 +27,7 @@
subdir('wacom-raw')
endif
-if get_option('systemd')
+if get_option('systemd') or get_option('elogind')
subdir('logind')
endif