summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-03-06 13:30:45 +0100
committerLars Wendler <polynomial-c@gentoo.org>2020-03-06 13:36:13 +0100
commit56bb5e22b7af8e4a7f5c1583a2479767c0ee42d4 (patch)
tree71cae5bb7538d9b07cb3861effc989cb48de0522 /sys-apps/fwupd/files
parentdev-libs/libxmlb: Removed old (diff)
downloadgentoo-56bb5e22b7af8e4a7f5c1583a2479767c0ee42d4.tar.gz
gentoo-56bb5e22b7af8e4a7f5c1583a2479767c0ee42d4.tar.bz2
gentoo-56bb5e22b7af8e4a7f5c1583a2479767c0ee42d4.zip
sys-apps/fwupd: Bump to version 1.3.9
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/fwupd/files')
-rw-r--r--sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.patch b/sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.patch
new file mode 100644
index 000000000000..526fe7700ed0
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-1.3.9-logind_plugin.patch
@@ -0,0 +1,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
+