Re: [dpdk-dev] [PATCH v3] eal: fix header file install with meson

2019-11-26 Thread Thomas Monjalon
26/11/2019 16:38, Ali Alnubani: > The header file 'rte_vfio.h' might be required by some external apps. > This patch adds it to the list of common_headers so that it's > installed by meson. > > Fixes: 610beca42ea4 ("build: remove library special cases") > Cc: bruce.richard...@intel.com > Cc: sta..

[dpdk-dev] [PATCH v3] eal: fix header file install with meson

2019-11-26 Thread Ali Alnubani
The header file 'rte_vfio.h' might be required by some external apps. This patch adds it to the list of common_headers so that it's installed by meson. Fixes: 610beca42ea4 ("build: remove library special cases") Cc: bruce.richard...@intel.com Cc: sta...@dpdk.org Signed-off-by: Ali Alnubani Revie