X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=examples%2Fip_fragmentation%2Fmeson.build;h=304203eedd1aa96514db0a0bd1a957ac9167960a;hb=6f26f8a0ec4f9f85dd294ae96d38de0cf1d71791;hp=9782a6a7b42589fbdef91a9e1a77c380b77de9b9;hpb=8728ccf37615904cf23fb8763895b05c9a3c6b0c;p=dpdk.git diff --git a/examples/ip_fragmentation/meson.build b/examples/ip_fragmentation/meson.build index 9782a6a7b4..304203eedd 100644 --- a/examples/ip_fragmentation/meson.build +++ b/examples/ip_fragmentation/meson.build @@ -7,7 +7,6 @@ # DPDK instance, use 'make' deps += ['ip_frag', 'lpm'] -allow_experimental_apis = true sources = files( 'main.c' )