]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_fragmentation/meson.build
examples/l3fwd-graph: add graph-based l3fwd skeleton
[dpdk.git] / examples / ip_fragmentation / meson.build
index 9782a6a7b42589fbdef91a9e1a77c380b77de9b9..1230db477642304ba1b6729d856022572c3c022d 100644 (file)
@@ -6,8 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps +=  ['ip_frag', 'lpm']
 allow_experimental_apis = true
+deps +=  ['ip_frag', 'lpm']
 sources = files(
        'main.c'
 )