Re: [dpdk-dev] [PATCH] build/windows: remove separate list of libs

2021-10-20 Thread Bruce Richardson
On Wed, Oct 20, 2021 at 08:29:09AM +0200, David Marchand wrote: > On Tue, Oct 19, 2021 at 6:19 PM Bruce Richardson > wrote: > > > > Rather than maintaining a separate list of libraries which are to be > > built on windows, use the standard library list and explicitly add to > > each library that i

Re: [dpdk-dev] [PATCH] build/windows: remove separate list of libs

2021-10-19 Thread David Marchand
On Tue, Oct 19, 2021 at 6:19 PM Bruce Richardson wrote: > > Rather than maintaining a separate list of libraries which are to be > built on windows, use the standard library list and explicitly add to > each library that is not to be built a check for windows and disable > the library at that per-

[dpdk-dev] [PATCH] build/windows: remove separate list of libs

2021-10-19 Thread Bruce Richardson
Rather than maintaining a separate list of libraries which are to be built on windows, use the standard library list and explicitly add to each library that is not to be built a check for windows and disable the library at that per-lib level. As well as shortening the main lib/meson.build file, thi