diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-23 16:43:00 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-23 16:43:56 +0100 |
commit | df62b1d39b11a2c4af0fa00c6851b99144f20b58 (patch) | |
tree | d404f5a8f51725f0ac996424ddd07172ff8c424e /sys-apps/fwupd/files | |
parent | net-dns/bind: Drop old (diff) | |
download | gentoo-df62b1d39b11a2c4af0fa00c6851b99144f20b58.tar.gz gentoo-df62b1d39b11a2c4af0fa00c6851b99144f20b58.tar.bz2 gentoo-df62b1d39b11a2c4af0fa00c6851b99144f20b58.zip |
sys-apps/fwupd: Bump to version 1.5.7
Package-Manager: Portage-3.0.15, Repoman-3.0.2
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.5.7-logind_plugin.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch b/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch new file mode 100644 index 000000000000..7fbaf392e074 --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch @@ -0,0 +1,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 |