X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fskeleton%2Fmeson.build;h=f56a4104b569c4d78345400405036278dd8533a8;hb=c4045f34557a5ce3de2b14e997fe41b122595e29;hp=9bb9ec3294d5415fb873e634e15da13d7a853cb3;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/examples/skeleton/meson.build b/examples/skeleton/meson.build index 9bb9ec3294..f56a4104b5 100644 --- a/examples/skeleton/meson.build +++ b/examples/skeleton/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( - 'basicfwd.c' + 'basicfwd.c', )