]> git.droids-corp.org - dpdk.git/blobdiff - examples/tep_termination/meson.build
examples/ipsec-secgw: add event helper config init/uninit
[dpdk.git] / examples / tep_termination / meson.build
index 68c940aabaaa32353963cb60b951dee970499b30..f65d689802a3b880c94d262d49bcb89110bfa86f 100644 (file)
@@ -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 += ['hash', 'vhost']
+cflags += '-Wno-deprecated-declarations'
 sources = files(
        'main.c', 'vxlan.c', 'vxlan_setup.c'
 )