]> git.droids-corp.org - dpdk.git/commitdiff
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 eb0cd9090ad38fc3dd9efd6537e1d194971f8e17..d8b358e5f49b6afa49638e2053ae12329db866a0 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