X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fmulti_process%2Fsymmetric_mp%2Fmeson.build;h=e768a324d6812bc9522bd48e9b26c8d86ff84170;hb=fa71c328d1d7cf11531a7688fe679ef61f81ec7d;hp=458f83642a4a5ead20478f0514479981fd9ca1b7;hpb=f10aadfd2f2fc0e43a00083dfff7ba9a64871b2d;p=dpdk.git diff --git a/examples/multi_process/symmetric_mp/meson.build b/examples/multi_process/symmetric_mp/meson.build index 458f83642a..e768a324d6 100644 --- a/examples/multi_process/symmetric_mp/meson.build +++ b/examples/multi_process/symmetric_mp/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', )