From: Fady Bader Date: Tue, 11 Aug 2020 06:24:24 +0000 (+0300) Subject: ethdev: build on Windows X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=790defbdb64f12426bdade6436315955c5d78713;p=dpdk.git ethdev: build on Windows Add ethdev and a missing dependency (meter) to the list of libraries built on Windows. Signed-off-by: Fady Bader Acked-by: Narcisa Vasile Acked-by: Dmitry Kozlyuk Acked-by: Ranjit Menon --- 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