Re: [dpdk-dev] [PATCH 3/6] net/mlx: fix meson build with custom dependency path

2019-08-14 Thread Matan Azrad
From: Thomas Monjalon > If rdma-core is not installed in a standard directory of the system, it is > possible to specify the location of the pkgconfig file via an environment > variable: > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/rdma-core/build/lib/pkgconfig > > In this case, the dependency may bec

Re: [dpdk-dev] [PATCH 3/6] net/mlx: fix meson build with custom dependency path

2019-08-13 Thread Luca Boccassi
On Tue, 2019-08-13 at 01:03 +0200, Thomas Monjalon wrote: > If rdma-core is not installed in a standard directory of the system, > it is possible to specify the location of the pkgconfig file via > an environment variable: > PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/rdma-core/build/lib/pkgconfig > > In t

[dpdk-dev] [PATCH 3/6] net/mlx: fix meson build with custom dependency path

2019-08-12 Thread Thomas Monjalon
If rdma-core is not installed in a standard directory of the system, it is possible to specify the location of the pkgconfig file via an environment variable: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:~/rdma-core/build/lib/pkgconfig In this case, the dependency may become mandatory to specify for the confi