Re: [dpdk-dev] [PATCH] kvargs: fix building with meson outside source tree

2018-07-26 Thread Thomas Monjalon
19/07/2018 16:45, Burakov, Anatoly: > On 19-Jul-18 3:26 PM, Bruce Richardson wrote: > > When building DPDK with meson with the being outside the source > > directory, an error was generated as the path to the EAL headers was not > > found. The path specified for the includes backed out unnecessari

Re: [dpdk-dev] [PATCH] kvargs: fix building with meson outside source tree

2018-07-19 Thread Burakov, Anatoly
On 19-Jul-18 3:26 PM, Bruce Richardson wrote: When building DPDK with meson with the being outside the source directory, an error was generated as the path to the EAL headers was not found. The path specified for the includes backed out unnecessarily far and so broke when the build directory was

[dpdk-dev] [PATCH] kvargs: fix building with meson outside source tree

2018-07-19 Thread Bruce Richardson
When building DPDK with meson with the being outside the source directory, an error was generated as the path to the EAL headers was not found. The path specified for the includes backed out unnecessarily far and so broke when the build directory was not in the expected location of just inside the