examples/vhost_scsi: fix header check for meson build
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 8 Apr 2019 09:46:36 +0000 (10:46 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 22 Apr 2019 22:15:10 +0000 (00:15 +0200)
commitf38020697976ad9b6baef5d45e393ed1db827083
treefa22e4a4f30b8be6c7d766aca082638598d0475b
parent70b2c7f12c2fbc32ca0f7784c69e52717483ea1b
examples/vhost_scsi: fix header check for meson build

The header check for the example app was looking for virtio_scsi.h without
the "linux/" prefix, which meant it was never getting found when it should
have been.

Fixes: 8d47a753b7cb ("examples/vhost_scsi: disable build if missing dependency")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
examples/vhost_scsi/meson.build