X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost%2Fmeson.build;h=872d511539102eea3c0222f99b73683cd2e8192c;hb=ef2bf3dee265d6009cf71e476b3f04741df3cc12;hp=3e6e69047b6bbe3540aea1a356885aa8d48bd745;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/examples/vhost/meson.build b/examples/vhost/meson.build index 3e6e69047b..872d511539 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 not is_linux + build = false +endif deps += 'vhost' +allow_experimental_apis = true sources = files( 'main.c', 'virtio_net.c' )