Skip to content

meson: include compiler args in the partial vulkan_headers dependency

Hendrik Leppkes requested to merge (removed):meson-dep-fix into master

The dependency may not specifically specify the include directories, but contain compiler arguments to find the include directory.

This fixes building with vulkan-link=false in certain configurations.

Merge request reports