summaryrefslogtreecommitdiff
path: root/sysutils/fwupd/files/patch-plugins_upower_meson.build
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2025-10-15 19:59:55 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2025-10-15 20:02:28 +0000
commit164a3b4dd92d2201907be9fb12cd1dedeb2e4e5d (patch)
tree2f1d5a0cad6dfa5e19873400ebd10d2ee522fa43 /sysutils/fwupd/files/patch-plugins_upower_meson.build
parentsysutils/fwupd-efi: EFI Application used by uefi-capsule plugin in fwupd (diff)
sysutils/fwupd: Update firmware automatically, safely, and reliably
This port was initially submitted as part of D29332 by Norbert Kaminski <norbert.kaminski@3mdeb.com>. Thanks a lot for the initial port and all the work involved! Differential Revision: https://reviews.freebsd.org/D29332
Diffstat (limited to 'sysutils/fwupd/files/patch-plugins_upower_meson.build')
-rw-r--r--sysutils/fwupd/files/patch-plugins_upower_meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/fwupd/files/patch-plugins_upower_meson.build b/sysutils/fwupd/files/patch-plugins_upower_meson.build
new file mode 100644
index 000000000000..d8e40e362b32
--- /dev/null
+++ b/sysutils/fwupd/files/patch-plugins_upower_meson.build
@@ -0,0 +1,8 @@
+--- plugins/upower/meson.build.orig 2025-09-12 09:55:19 UTC
++++ plugins/upower/meson.build
+@@ -1,4 +1,4 @@
+-host_machine.system() == 'linux' or subdir_done()
++host_machine.system() in ['linux', 'freebsd'] or subdir_done()
+
+ plugins += {meson.current_source_dir().split('/')[-1]: true}
+ cargs = ['-DG_LOG_DOMAIN="FuPluginUpower"']