v3d: Add missing flagging of SYNCB as a TSY op.
[mesa.git] / include / meson.build
index 28ffb33215182103dc2581c89995f7c4c1468db2..081c1bc00088c956d47e1d90360b26cbdf3b0883 100644 (file)
@@ -43,7 +43,7 @@ if with_gles2
   )
 endif
 
-if with_gles1 or with_gles2 or with_egl
+if with_gles1 or with_gles2 or with_opengl or with_egl
   install_headers('KHR/khrplatform.h', subdir : 'KHR')
 endif
 
@@ -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