Re: [dpdk-dev] [PATCH v2] eal: fix header files install with meson

2019-11-26 Thread Bruce Richardson
On Tue, Nov 26, 2019 at 12:17:41PM +0100, Thomas Monjalon wrote: > 26/11/2019 11:51, Ali Alnubani: > > The following header files weren't being installed by meson: > > - rte_vfio.h > > - rte_function_versioning.h > > - rte_test.h > > > > This patch adds them to the common_headers list so tha

Re: [dpdk-dev] [PATCH v2] eal: fix header files install with meson

2019-11-26 Thread Thomas Monjalon
26/11/2019 11:51, Ali Alnubani: > The following header files weren't being installed by meson: > - rte_vfio.h > - rte_function_versioning.h > - rte_test.h > > This patch adds them to the common_headers list so that > they are installed. > > Fixes: 610beca42ea4 ("build: remove library specia

[dpdk-dev] [PATCH v2] eal: fix header files install with meson

2019-11-26 Thread Ali Alnubani
The following header files weren't being installed by meson: - rte_vfio.h - rte_function_versioning.h - rte_test.h This patch adds them to the common_headers list so that they are installed. Fixes: 610beca42ea4 ("build: remove library special cases") Cc: bruce.richard...@intel.com Cc: sta..