Skip to content

glsl: fix configure issue on recent glslang

Niklas Haas requested to merge glslang-shared into master

On shared glslang, these all resolve to libglslang.so, and appropriate symlinks may or may not be installed. The easiest solution is to just mark them all as not-required, under the common sense assumption that libglslang.a being available implies availability of the others (on static glslang).

Fixes: #240 (closed)

Merge request reports