> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, September 1, 2017 11:04 AM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com> > Subject: [dpdk-dev] [PATCH 02/17] eal: add eal library to meson build > > Support building the EAL with meson and ninja. This involves a number of > different meson.build files for iterating through all the different > subdirectories in the EAL. The library itself will be compiled on build but > the header files are only copied from their initial location once "ninja > install" is run. Instead, we use meson dependency tracking to ensure that > other libraries which use the EAL headers can find them in their original > locations. > > Note: this does not include building kernel modules on either BSD or Linux > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haa...@intel.com>