summaryrefslogtreecommitdiff
path: root/sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2025-10-20 09:11:41 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2025-10-20 09:17:29 +0000
commit851e00b4641aa58877a4be7fc065c8e52db86873 (patch)
treef43032e70a806fa534b2eda69b2bd1e07cd361e2 /sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build
parentports-mgmt/appstream-generator: unbreak build on 32bit ARCHes (+) (diff)
sysutils/fwupd: Enable more plugins and enable testsuite
Testsuite currently passes 19/23 tests. More detailed porting status in the wiki. See: https://wiki.freebsd.org/BernhardFroehlich/fwupd
Diffstat (limited to 'sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build')
-rw-r--r--sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build b/sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build
new file mode 100644
index 000000000000..cdfb5b0bee2d
--- /dev/null
+++ b/sysutils/fwupd/files/patch-plugins_amd-gpu_meson.build
@@ -0,0 +1,8 @@
+--- plugins/amd-gpu/meson.build.orig 2025-09-12 09:55:19 UTC
++++ plugins/amd-gpu/meson.build
+@@ -1,4 +1,4 @@
+-host_machine.system() == 'linux' or subdir_done()
++host_machine.system() in ['linux', 'freebsd'] or subdir_done()
+ libdrm_amdgpu.found() or subdir_done()
+
+ cargs = ['-DG_LOG_DOMAIN="FuPluginAmdGpu"']