Skip to content

Commit

Permalink
eal: fix header file install with meson
Browse files Browse the repository at this point in the history
[ upstream commit 64a525a ]

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: 610beca ("build: remove library special cases")

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Reviewed-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
alialnu authored and kevintraynor committed Dec 11, 2019
1 parent 9fd6294 commit 3548806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/librte_eal/common/meson.build
Expand Up @@ -84,7 +84,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(
Expand Down

0 comments on commit 3548806

Please sign in to comment.