summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/meson.build4
1 files changed, 4 insertions, 0 deletions
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