]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/meson.build
build: disable experimental API check internally
[dpdk.git] / app / test-pmd / meson.build
index 9ef6ed9574b09165d1a1f7b23b029e33dfdd4f25..4872882979bf757f702ef638e407244abfd9aac6 100644 (file)
@@ -3,7 +3,6 @@
 
 # override default name to drop the hyphen
 name = 'testpmd'
 
 # override default name to drop the hyphen
 name = 'testpmd'
-allow_experimental_apis = true
 cflags += '-Wno-deprecated-declarations'
 sources = files('cmdline.c',
        'cmdline_flow.c',
 cflags += '-Wno-deprecated-declarations'
 sources = files('cmdline.c',
        'cmdline_flow.c',
@@ -21,9 +20,10 @@ sources = files('cmdline.c',
        'parameters.c',
        'rxonly.c',
        'testpmd.c',
        'parameters.c',
        'rxonly.c',
        'testpmd.c',
-       'txonly.c')
+       'txonly.c',
+       'util.c')
 
 
-deps = ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
+deps += ['ethdev', 'gro', 'gso', 'cmdline', 'metrics', 'meter', 'bus_pci']
 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
        deps += 'pdump'
 endif
 if dpdk_conf.has('RTE_LIBRTE_PDUMP')
        deps += 'pdump'
 endif