diff options
author | 2022-01-10 15:12:48 +0100 | |
---|---|---|
committer | 2022-01-10 15:13:42 +0100 | |
commit | 50ca25922fc2d53138ff84e17e63270e5ec4b507 (patch) | |
tree | 0ec627fb8035b8682a68be912b70f33b79d3bc86 /sys-apps/fwupd/files | |
parent | sys-apps/fwupd: Bump to version 1.7.3 (diff) | |
download | gentoo-50ca25922fc2d53138ff84e17e63270e5ec4b507.tar.gz gentoo-50ca25922fc2d53138ff84e17e63270e5ec4b507.tar.bz2 gentoo-50ca25922fc2d53138ff84e17e63270e5ec4b507.zip |
sys-apps/fwupd: Removed old
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, 0 insertions, 8 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 deleted file mode 100644 index 7fbaf392e074..000000000000 --- a/sys-apps/fwupd/files/fwupd-1.5.7-logind_plugin.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 |