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