X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fservice_cores%2Fmeson.build;h=2b0a25036125381fe131a60eef688103ace49f77;hb=78d44153de8f;hp=c34e11e36d214b8deea947d0ae346b0a05db27d9;hpb=16a277a24c9ffdda0daa6841e0cebc9cf0a7c4f1;p=dpdk.git diff --git a/examples/service_cores/meson.build b/examples/service_cores/meson.build index c34e11e36d..2b0a250361 100644 --- a/examples/service_cores/meson.build +++ b/examples/service_cores/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 sources = files( 'main.c' )