[v4,1/9] lib: build libraries that testpmd depends on

Message ID 1618594501-23795-2-git-send-email-jizh@linux.microsoft.com (mailing list archive)
State Superseded, archived
Delegated to: Ferruh Yigit
Headers
Series app/testpmd: Enable testpmd on Windows |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Jie Zhou April 16, 2021, 5:34 p.m. UTC
  Enable building libraries that testpmd depends on

Signed-off-by: Jie Zhou <jizh@microsoft.com>
Signed-off-by: Jie Zhou <jizh@linux.microsoft.com>
---
 lib/meson.build | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Patch

diff --git a/lib/meson.build b/lib/meson.build
index 4eed83e57..3483570ac 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -44,8 +44,13 @@  if is_windows
 		'rcu',
 		'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
 		'cmdline',
+		'metrics',
 		'hash',
-		'cfgfile',
+		'timer',
+		'bitratestats', 'cfgfile',
+		'gro', 'gso',
+		'latencystats',
+		'pdump',
 	] # only supported libraries for windows
 endif