summaryrefslogtreecommitdiff
path: root/sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.patch
blob: 526fe7700ed04dbd420556cfe7ba115fad0e1230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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