X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftep_termination%2Fmeson.build;h=f65d689802a3b880c94d262d49bcb89110bfa86f;hb=8a15c69ce9abbdcc2b4593d157f16fc72783cd4a;hp=6d3636243148c37448089824739834005ad573e0;hpb=4f49c9f5be981b85ea8b29928c96ff4f2e02e261;p=dpdk.git diff --git a/examples/tep_termination/meson.build b/examples/tep_termination/meson.build index 6d36362431..f65d689802 100644 --- a/examples/tep_termination/meson.build +++ b/examples/tep_termination/meson.build @@ -6,11 +6,11 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' -if host_machine.system() != 'linux' +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' )