X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fl2fwd-crypto%2Fmeson.build;h=6c852ad1994eef8451fd8485fbf1587a57addebe;hp=09438a6a022bd91f1e32aeefdff4528f9e061838;hb=261bbff75e34dbbefcbf13d672b902eb0a917c5e;hpb=61826a1e482ec21d4aae27ea65d0ec3f63cf17fb diff --git a/examples/l2fwd-crypto/meson.build b/examples/l2fwd-crypto/meson.build index 09438a6a02..6c852ad199 100644 --- a/examples/l2fwd-crypto/meson.build +++ b/examples/l2fwd-crypto/meson.build @@ -7,6 +7,7 @@ # DPDK instance, use 'make' deps += 'cryptodev' +allow_experimental_apis = true sources = files( 'main.c' )