Re: [dpdk-dev] [PATCH] build: document that Meson < 0.45 will fail to list private deps

2018-11-16 Thread Luca Boccassi
On Fri, 2018-11-16 at 10:52 +, Luca Boccassi wrote: > On Fri, 2018-11-16 at 10:26 +, Bruce Richardson wrote: > > On Thu, Nov 15, 2018 at 06:26:28PM +, Luca Boccassi wrote: > > > Meson can generate the list of private dependencies of libraries > > > automatically for the pkgconfig file o

Re: [dpdk-dev] [PATCH] build: document that Meson < 0.45 will fail to list private deps

2018-11-16 Thread Luca Boccassi
On Fri, 2018-11-16 at 10:26 +, Bruce Richardson wrote: > On Thu, Nov 15, 2018 at 06:26:28PM +, Luca Boccassi wrote: > > Meson can generate the list of private dependencies of libraries > > automatically for the pkgconfig file only since version 0.45.0. > > > > Signed-off-by: Luca Boccassi

Re: [dpdk-dev] [PATCH] build: document that Meson < 0.45 will fail to list private deps

2018-11-16 Thread Bruce Richardson
On Thu, Nov 15, 2018 at 06:26:28PM +, Luca Boccassi wrote: > Meson can generate the list of private dependencies of libraries > automatically for the pkgconfig file only since version 0.45.0. > > Signed-off-by: Luca Boccassi > --- > doc/build-sdk-meson.txt | 6 ++ > 1 file changed, 6 ins

[dpdk-dev] [PATCH] build: document that Meson < 0.45 will fail to list private deps

2018-11-15 Thread Luca Boccassi
Meson can generate the list of private dependencies of libraries automatically for the pkgconfig file only since version 0.45.0. Signed-off-by: Luca Boccassi --- doc/build-sdk-meson.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/build-sdk-meson.txt b/doc/build-sdk-meson.txt in