Re: [dpdk-dev] [PATCH] build: force pkg-config for dependency detection

2021-01-25 Thread Martin Špinler
libnfb and libsze2 works OK. The libnfb is provided by netcope-common package, so it is possible to leave it like this. Tested-by: Martin Spinler

Re: [dpdk-dev] [PATCH] build: force pkg-config for dependency detection

2021-01-22 Thread Hemant Agrawal
Tested-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] build: force pkg-config for dependency detection

2021-01-21 Thread Daly, Lee
> -Original Message- > From: Richardson, Bruce > Sent: Monday, January 18, 2021 2:30 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Richardson, Bruce > ; sta...@dpdk.org; Matan Azrad > ; Shahaf Shuler ; Viacheslav > Ovsiienko ; Liron Himi ; > Trahe, Fiona ; Griffin, John > ; Jain, Deepak K

Re: [dpdk-dev] [PATCH] build: force pkg-config for dependency detection

2021-01-18 Thread Ruifeng Wang
> -Original Message- > From: Bruce Richardson > Sent: Monday, January 18, 2021 10:30 PM > To: dev@dpdk.org > Cc: ferruh.yi...@intel.com; Bruce Richardson ; > sta...@dpdk.org; Matan Azrad ; Shahaf Shuler > ; Viacheslav Ovsiienko ; > Liron Himi ; Fiona Trahe ; > John Griffin ; Deepak Kumar

[dpdk-dev] [PATCH] build: force pkg-config for dependency detection

2021-01-18 Thread Bruce Richardson
Meson can use cmake as a fallback for detecting packages, and this can lead to picking up 64-libs for 32-bit builds. To work around this, force the use of pkg-config only for detecting libcrypto, zlib, jansson and other package dependencies. CC: sta...@dpdk.org Signed-off-by: Bruce Richardson --