X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_reassembly%2Fmeson.build;h=517bd4e19ab5409da1a84102e2005824ed66040d;hb=61efaf5b6220e18b45ffb597923e5914847658c9;hp=8ebd4829154169c5f99f8be26ba29ab40d42ec95;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/examples/ip_reassembly/meson.build b/examples/ip_reassembly/meson.build index 8ebd482915..517bd4e19a 100644 --- a/examples/ip_reassembly/meson.build +++ b/examples/ip_reassembly/meson.build @@ -6,6 +6,7 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +allow_experimental_apis = true deps += ['lpm', 'ip_frag'] sources = files( 'main.c'