examples/l3fwd-graph: check link query failure
[dpdk.git] / examples / ntb / meson.build
index 9a6288f..ab449d0 100644 (file)
@@ -6,6 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 if host_machine.system() != 'linux'
        build = false
 endif
@@ -14,3 +15,6 @@ cflags += ['-D_FILE_OFFSET_BITS=64']
 sources = files(
        'ntb_fwd.c'
 )
+if dpdk_conf.has('RTE_LIBRTE_PMD_NTB_RAWDEV')
+       deps += 'rawdev_ntb'
+endif