14/10/2021 18:21, Jie Zhou: > Enable building subset of libraries that tests depend on for Windows > > Signed-off-by: Jie Zhou <j...@linux.microsoft.com> > --- > lib/meson.build | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/meson.build b/lib/meson.build > index b2ba7258d8..bd6c27deef 100644 > --- a/lib/meson.build > +++ b/lib/meson.build > @@ -82,9 +82,11 @@ if is_windows > 'bitratestats', > 'cryptodev', > 'cfgfile', > + 'efd', > 'gro', > 'gso', > 'latencystats', > + 'lpm', > 'pdump', > 'stack', > 'security', >
It needs to be rebased after the recent changes to disable libs on Windows. But instead of such patch, I would prefer one patch per lib, with Tested-by tags showing that the lib is tested and working on Windows. Also you need to Cc the maintainer of the lib being enabled.