tgsi: convert opcode macros to enums
[mesa.git] / include / meson.build
index 28ffb33215182103dc2581c89995f7c4c1468db2..b4555eabbfc7f3a42c2424e3745aa5c4cbf9c2e0 100644 (file)
@@ -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