net/i40e/base: fix function name in comments
[dpdk.git] / examples / bond / meson.build
index 82e355a..ed22b78 100644 (file)
@@ -6,8 +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'
+        'main.c',
 )