X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2Fmeson.build;h=441678bbe5c797903da889780fe72d90ca0d1a3f;hb=ae835aba40349ee9631ef6b52e68a2893febe7e0;hp=c34e11e36d214b8deea947d0ae346b0a05db27d9;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/examples/helloworld/meson.build b/examples/helloworld/meson.build index c34e11e36d..441678bbe5 100644 --- a/examples/helloworld/meson.build +++ b/examples/helloworld/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' + 'main.c', )