Re: [dpdk-dev] [PATCH] examples: allow pkg-config to override

2021-05-05 Thread Bruce Richardson
On Wed, May 05, 2021 at 04:49:44PM +0530, jer...@marvell.com wrote: > From: Jerin Jacob > > In the cross-compilation environment, it possible to have > different package config such as aarch64-linux-gnu-pkg-config. > Use PKGCONF variable to detect the libdpdk availability. > > Signed-off-by: Jer

[dpdk-dev] [PATCH] examples: allow pkg-config to override

2021-05-05 Thread jerinj
From: Jerin Jacob In the cross-compilation environment, it possible to have different package config such as aarch64-linux-gnu-pkg-config. Use PKGCONF variable to detect the libdpdk availability. Signed-off-by: Jerin Jacob --- examples/bbdev_app/Makefile| 6 +++-