--- plugins/nvme/meson.build.orig 2026-03-12 10:08:33 UTC +++ plugins/nvme/meson.build @@ -1,4 +1,4 @@ -host_machine.system() in ['linux', 'android'] or subdir_done() +host_machine.system() in ['linux', 'freebsd'] or subdir_done() cc.has_header('linux/nvme_ioctl.h', required: false) or subdir_done() cargs = ['-DG_LOG_DOMAIN="FuPluginNvme"']