blob: c3ab8a85becce38f33630c0c635aed55abf850ed (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- plugins/nvme/meson.build.orig 2025-09-12 09:55:19 UTC
+++ plugins/nvme/meson.build
@@ -1,4 +1,4 @@
-host_machine.system() == 'linux' 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"']
|