Re: [dpdk-dev] [PATCH 1/2] config: set the pkgconfig executable

2019-11-27 Thread Bruce Richardson
On Tue, Nov 26, 2019 at 08:14:22AM +, Ali Alnubani wrote: > Meson fails to find a pkg-config executable if pkgconfig > isn't set for aarch64. The environment variable `PKG_CONFIG_PATH` > is useless in this case, and meson fails to locate dependencies > that are built in non-standard paths. > >

[dpdk-dev] [PATCH 1/2] config: set the pkgconfig executable

2019-11-26 Thread Ali Alnubani
Meson fails to find a pkg-config executable if pkgconfig isn't set for aarch64. The environment variable `PKG_CONFIG_PATH` is useless in this case, and meson fails to locate dependencies that are built in non-standard paths. Signed-off-by: Ali Alnubani --- config/arm/arm64_armada_linux_gcc|