examples/l3fwd-power: select default mode automatically
[dpdk.git] / examples / qos_meter / meson.build
index 10cd4bc..2f9ab13 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'
 )