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