From e23192022a2cde122a6ccc70e5495fda009bee12 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 2 Mar 2018 10:28:11 -0800 Subject: [PATCH] meson: install vulkan_intel.h header Fixes: d1992255bb29054fa51763376d125183a9f602f3 ("meson: Add build Intel "anv" vulkan driver") Signed-off-by: Dylan Baker Reviewed-by: Emil Velikov --- include/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/meson.build b/include/meson.build index 28ffb332151..b4555eabbfc 100644 --- a/include/meson.build +++ b/include/meson.build @@ -106,3 +106,7 @@ if with_gallium_opencl and not with_opencl_icd subdir: 'CL' ) endif + +if with_intel_vk + install_headers('vulkan/vulkan_intel.h', subdir : 'vulkan') +endif -- 2.30.2