diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-16 17:10:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-02-16 17:22:05 +0100 |
commit | 6c1a058f9086effdbd957abd9eaff021f970fee8 (patch) | |
tree | 1427858b82e07411bf8a3cf19d3f96b1d1a5ce93 /sys-apps/fwupd/files | |
parent | x11-themes/vdr-channel-logos: fixed install for musl (diff) | |
download | gentoo-6c1a058f9086effdbd957abd9eaff021f970fee8.tar.gz gentoo-6c1a058f9086effdbd957abd9eaff021f970fee8.tar.bz2 gentoo-6c1a058f9086effdbd957abd9eaff021f970fee8.zip |
sys-apps/fwupd: Bump to version 1.5.6
Package-Manager: Portage-3.0.14, 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.6-gusb_deps.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.5.6-gusb_deps.patch b/sys-apps/fwupd/files/fwupd-1.5.6-gusb_deps.patch new file mode 100644 index 000000000000..00c79d7853b8 --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.5.6-gusb_deps.patch @@ -0,0 +1,44 @@ +From c74992c62a32080208baf137d61f7d73b0cade2d Mon Sep 17 00:00:00 2001 +From: Lars Wendler <polynomial-c@gentoo.org> +Date: Tue, 16 Feb 2021 16:57:36 +0100 +Subject: [PATCH] system76-launch plugin requires gusb +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Otherwise the following build error happens: + + ../fwupd-1.5.6/plugins/system76-launch/fu-system76-launch-device.c:117:9: error: ‘G_USB_DEVICE_CLAIM_INTERFACE_BIND_KERNEL_DRIVER’ undeclared (first use in this function) + 117 | G_USB_DEVICE_CLAIM_INTERFACE_BIND_KERNEL_DRIVER, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + ../fwupd-1.5.6/plugins/system76-launch/fu-system76-launch-device.c:133:11: error: ‘G_USB_DEVICE_CLAIM_INTERFACE_BIND_KERNEL_DRIVER’ undeclared (first use in this function) + 133 | G_USB_DEVICE_CLAIM_INTERFACE_BIND_KERNEL_DRIVER, + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +--- + plugins/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plugins/meson.build b/plugins/meson.build +index 138c47a4..12c7cb31 100644 +--- a/plugins/meson.build ++++ b/plugins/meson.build +@@ -25,7 +25,6 @@ subdir('ata') + subdir('elantp') + subdir('optionrom') + subdir('superio') +-subdir('system76-launch') + subdir('thelio-io') + subdir('wacom-raw') + endif +@@ -59,6 +58,7 @@ subdir('solokey') + subdir('steelseries') + subdir('synaptics-cxaudio') + subdir('synaptics-prometheus') ++subdir('system76-launch') + subdir('vli') + subdir('wacom-usb') + +-- +2.30.1 + |