Skip to content

meson: don't error on auto vulkan without spirv/glslang

Niklas Haas requested to merge fix_vulkan_spirv into master

When vulkan is autodetected but spirv/glslang is not available, this currently triggers an error(). This is undesirable behavior especially because it can randomly regress existing libplacebo installations merely due to pulling in the vulkan headers.

Merge request reports