vulkan headers are not getting installed with meson buildsystem
In the include/meson.build
there is just:
if with_intel_vk
install_headers('vulkan/vulkan_intel.h', subdir : 'vulkan')
endif
That doesn't install the rest of vulkan headers.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In the include/meson.build
there is just:
if with_intel_vk
install_headers('vulkan/vulkan_intel.h', subdir : 'vulkan')
endif
That doesn't install the rest of vulkan headers.