eal: fix header file install with meson
authorAli Alnubani <alialnu@mellanox.com>
Tue, 26 Nov 2019 15:38:36 +0000 (15:38 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Nov 2019 16:39:38 +0000 (17:39 +0100)
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: stable@dpdk.org
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Reviewed-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_eal/common/meson.build

index d6a149b..2b97715 100644 (file)
@@ -86,7 +86,8 @@ common_headers = files(
        'include/rte_tailq.h',
        'include/rte_time.h',
        'include/rte_uuid.h',
-       'include/rte_version.h')
+       'include/rte_version.h',
+       'include/rte_vfio.h')
 
 # special case install the generic headers, since they go in a subdir
 generic_headers = files(