Skip to content

vulkan/runtime: add spirv_info_h to vulkan_lite_runtime_header_gen_deps

C Stout requested to merge castout/mesa:fix_vulkan_runtime_deps into main

What does this MR do and why?

vulkan/runtime: add spirv_info_h to vulkan_lite_runtime_header_gen_deps

spirv_info_h was added to idep_vulkan_lite_runtime_headers but it's also
needed for building libvulkan_lite_runtime.  Without this patch, from
a clean meson setup (tested with: -Dvulkan-drivers=freedreno -Dgallium-drivers= -Dplatforms=wayland)

ninja -C build src/vulkan/runtime/libvulkan_lite_runtime.a

In file included from ../src/vulkan/runtime/vk_physical_device.c:24:
../src/vulkan/runtime/vk_physical_device.h:32:10: fatal error: compiler/spirv/spirv_info.h: No such file or directory

Merge request reports