--- 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"']