X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fl3fwd%2Fmeson.build;h=6dd4b902223de59988196daf1806ef88deb74707;hb=11e5f7a2b57fcd6763c1e3e77dda7886248e3b68;hp=cbef07f4fc764a44b0b826cc550a0a9a628a976b;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/l3fwd/meson.build b/examples/l3fwd/meson.build index cbef07f4fc..6dd4b90222 100644 --- a/examples/l3fwd/meson.build +++ b/examples/l3fwd/meson.build @@ -7,7 +7,6 @@ # DPDK instance, use 'make' deps += ['hash', 'lpm'] -allow_experimental_apis = true sources = files( 'l3fwd_em.c', 'l3fwd_lpm.c', 'main.c' )