Fixes: d1992255bb29054fa51763376d125183a9f602f3
("meson: Add build Intel "anv" vulkan driver")
Signed-off-by: Dylan Baker <[email protected]>
---
include/meson.build | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/meson.build b/include/meson.build
index 28ffb332151..2c2467edb81 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', 'vulkan')
+endif
--
2.16.2
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev