From: Fady Bader <f...@mellanox.com>

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

Signed-off-by: Fady Bader <f...@mellanox.com>
Acked-by: Narcisa Vasile <navas...@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>
Acked-by: Ranjit Menon <ranjit.me...@intel.com>
---
 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