]> git.droids-corp.org - dpdk.git/blobdiff - examples/bond/meson.build
telemetry: fix missing header include
[dpdk.git] / examples / bond / meson.build
index 8f65e4a8d4667aa633873cd409d426b11e25d319..69382ffcd2aa6b69661d215f425a95204d43f57f 100644 (file)
@@ -6,7 +6,8 @@
 # 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(
        'main.c'
 )