X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2Fmeson.build;h=7b498076cfb0a5736be7ed2b793d6ffcaa203f27;hb=8d9a222507b291113e18e6bc46f3196a51fd181d;hp=3e6e69047b6bbe3540aea1a356885aa8d48bd745;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/examples/vhost/meson.build b/examples/vhost/meson.build index 3e6e69047b..7b498076cf 100644 --- a/examples/vhost/meson.build +++ b/examples/vhost/meson.build @@ -6,7 +6,11 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +if host_machine.system() != 'linux' + build = false +endif deps += 'vhost' +allow_experimental_apis = true sources = files( 'main.c', 'virtio_net.c' )