]> git.droids-corp.org - dpdk.git/blobdiff - examples/bond/meson.build
net/mlx5: fix meter flow direction check
[dpdk.git] / examples / bond / meson.build
index 8f65e4a8d4667aa633873cd409d426b11e25d319..ed22b7887d86045f0e538e0651aae6514f6fa138 100644 (file)
@@ -6,7 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += 'pmd_bond'
+deps += 'net_bond'
+allow_experimental_apis = true
 sources = files(
 sources = files(
-       'main.c'
+        'main.c',
 )
 )