diff options
author | 2021-10-15 15:54:12 +0200 | |
---|---|---|
committer | 2021-10-15 16:32:57 +0200 | |
commit | b63eeb5988488c15b4a633b6781999c50669613f (patch) | |
tree | efcb0724c28eb8b51fb04173b3f962ecc8ad8dd3 /sys-apps/fwupd/files | |
parent | dev-python/fritzconnection: bump to v1.7.1 (diff) | |
download | gentoo-b63eeb5988488c15b4a633b6781999c50669613f.tar.gz gentoo-b63eeb5988488c15b4a633b6781999c50669613f.tar.bz2 gentoo-b63eeb5988488c15b4a633b6781999c50669613f.zip |
sys-apps/fwupd: bump to v1.7.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/fwupd/files')
-rw-r--r-- | sys-apps/fwupd/files/fwupd-1.7.0-elanfp-requires-gusb.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.7.0-elanfp-requires-gusb.patch b/sys-apps/fwupd/files/fwupd-1.7.0-elanfp-requires-gusb.patch new file mode 100644 index 000000000000..fec6aab4a3ce --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.7.0-elanfp-requires-gusb.patch @@ -0,0 +1,22 @@ +commit fa403db414301c247aef1bc895795a04b06d9298 +Author: Thomas Deutschmann <whissi@gentoo.org> +AuthorDate: Fri Oct 15 15:45:55 2021 +0200 +Commit: Thomas Deutschmann <whissi@gentoo.org> +CommitDate: Fri Oct 15 15:45:55 2021 +0200 + + elanfp plugin requires gusb + +diff --git a/plugins/elanfp/meson.build b/plugins/elanfp/meson.build +index e8bb8255..2b5d7fde 100644 +--- a/plugins/elanfp/meson.build ++++ b/plugins/elanfp/meson.build +@@ -1,3 +1,4 @@ ++if get_option('gusb') + cargs = ['-DG_LOG_DOMAIN="FuPluginElanfp"'] + + install_data(['elanfp.quirk'], +@@ -27,3 +28,4 @@ shared_module('fu_plugin_elanfp', + plugin_deps, + ], + ) ++endif |