From: Fady Bader <[email protected]>

Add ethdev and a missing dependency (meter) to the list
of libraries built on Windows.

Signed-off-by: Fady Bader <[email protected]>
Acked-by: Narcisa Vasile <[email protected]>
Acked-by: Dmitry Kozlyuk <[email protected]>
Acked-by: Ranjit Menon <[email protected]>
---
 lib/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/meson.build b/lib/meson.build
index eb0cd9090a..d8b358e5f4 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -41,7 +41,7 @@ if is_windows
                'telemetry',
                'eal',
                'ring',
-               'mempool', 'mbuf', 'net', 'pci',
+               'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
        ] # only supported libraries for windows
 endif
 
-- 
2.28.0

Reply via email to