]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_scsi/meson.build
examples/vhost_scsi: disable build if missing dependency
[dpdk.git] / examples / vhost_scsi / meson.build
index 2303bcaed7cc52f7c4da4d72fe97948aed41c71e..ca1248023167233214700988f4a8e84adaf8dd22 100644 (file)
@@ -9,6 +9,11 @@
 if host_machine.system() != 'linux'
        build = false
 endif
+
+if not cc.has_header('virtio_scsi.h')
+       build = false
+endif
+
 deps += 'vhost'
 cflags += ['-D_FILE_OFFSET_BITS=64']
 sources = files(