Re: [dpdk-dev] [PATCH v7 8/8] build: meson changes to build on windows

2019-04-01 Thread Anand Rawat
On 4/1/2019 4:25 PM, Thomas Monjalon wrote: 29/03/2019 00:24, Anand Rawat: Added meson workarounds to build helloworld on windows. Windows currently only supports kvargs and eal libraries. This change restricts the build flow to supported libraries only. [...] --- a/app/meson.build +++ b/app/m

Re: [dpdk-dev] [PATCH v7 8/8] build: meson changes to build on windows

2019-04-01 Thread Thomas Monjalon
29/03/2019 00:24, Anand Rawat: > Added meson workarounds to build helloworld on windows. > Windows currently only supports kvargs and eal libraries. > This change restricts the build flow to supported libraries > only. [...] > --- a/app/meson.build > +++ b/app/meson.build > @@ -1,5 +1,9 @@ > # SPD

[dpdk-dev] [PATCH v7 8/8] build: meson changes to build on windows

2019-03-28 Thread Anand Rawat
Added meson workarounds to build helloworld on windows. Windows currently only supports kvargs and eal libraries. This change restricts the build flow to supported libraries only. Signed-off-by: Anand Rawat Signed-off-by: Pallavi Kadam Reviewed-by: Jeff Shaw Reviewed-by: Ranjit Menon --- app/