ethdev: build on Windows
authorFady Bader <fady@mellanox.com>
Tue, 11 Aug 2020 06:24:24 +0000 (09:24 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Sep 2020 23:55:39 +0000 (01:55 +0200)
Add ethdev and a missing dependency (meter) to the list
of libraries built on Windows.

Signed-off-by: Fady Bader <fady@mellanox.com>
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
lib/meson.build

index eb0cd90..d8b358e 100644 (file)
@@ -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