X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Ftimer%2Fmeson.build;h=c140f74e12c191fbd66210d0782db212a6095dc5;hb=92ed77dce68d45e7a343163cdc41ac9bdd099eec;hp=c3d9016378fd2ea425656535b79ffb2f363b8acd;hpb=6c9457c27954f16d99f3798711eb253fbaf05fa3;p=dpdk.git diff --git a/examples/timer/meson.build b/examples/timer/meson.build index c3d9016378..c140f74e12 100644 --- a/examples/timer/meson.build +++ b/examples/timer/meson.build @@ -6,7 +6,8 @@ # To build this example as a standalone application with an already-installed # DPDK instance, use 'make' +allow_experimental_apis = true deps += 'timer' sources = files( - 'main.c' + 'main.c', )