Skip to content

Windows: Use relative paths in Vulkan ICD manifest files

Luca Bacci requested to merge lb90/mesa:relative-paths-vulkan into main

This is important for distribution on Windows. With that MR the Vulkan manifest files are relocatable on Windows

NOTE: this effectively raises the required Meson version to 1.3.0 on Windows: https://mesonbuild.com/Fs-module.html#relative_to

See https://github.com/msys2/MINGW-packages/issues/16065

Edited by Luca Bacci

Merge request reports