Re: [dpdk-dev] [PATCH 2/3] build: allow to hide dependencies from pkg-config

2020-01-17 Thread Bruce Richardson
On Thu, Jan 16, 2020 at 08:16:55AM +0100, Thomas Monjalon wrote: > If a dependency is required for a driver build, > but should not be exposed to the application (via pkg-config), > it can be declared in the array hidden_deps. > > The hidden_deps are used as internal dependencies, > when building

[dpdk-dev] [PATCH 2/3] build: allow to hide dependencies from pkg-config

2020-01-15 Thread Thomas Monjalon
If a dependency is required for a driver build, but should not be exposed to the application (via pkg-config), it can be declared in the array hidden_deps. The hidden_deps are used as internal dependencies, when building the shared library and the first stage of static library. The final static li