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

Bruce Richardson bruce.richardson at intel.com
Wed May 5 15:00:04 CEST 2021


On Wed, May 05, 2021 at 04:49:44PM +0530, jerinj at marvell.com wrote:
> From: Jerin Jacob <jerinj at marvell.com>
> 
> 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 <jerinj at marvell.com>
> ---

+1 to the change, but on the commit log side, this looks more like a bugfix
where the PKGCONF value is set too far down the file rather than adding a
new feature. The support for overriding pkg-config is meant to be already
there, and test-meson-builds.sh already sets PKGCONF in the environment to
override it.

/Bruce


More information about the dev mailing list