examples/vhost_blk: fix build with gcc 10
[dpdk.git] / examples / tep_termination / meson.build
index 24697ec..f65d689 100644 (file)
@@ -6,8 +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 += ['hash', 'vhost']
-allow_experimental_apis = true
+cflags += '-Wno-deprecated-declarations'
 sources = files(
        'main.c', 'vxlan.c', 'vxlan_setup.c'
 )