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

2019-11-28 Thread Thomas Monjalon
28/11/2019 08:24, 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

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

2019-11-27 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 Acked-by: Bruce Richardson --- v2: added an