config.libs: dont fail if OSDependent/OGLCompiler libraries are not present (#14612)

glslang no longer installs them separately, and all needed
functionality has been merged into glslang shared library itself.

This wasn't a problem previously as they were still provided
as static libraries but in latest glslang they no longer are:
https://github.com/KhronosGroup/glslang/commit/7cd519511c32d7e86d901c7ed231cb84c652d18

Signed-off-by: Markus Volk <f_l_k@t-online.de>

Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
flk 2022-11-11 15:11:17 +01:00 committed by GitHub
parent 648b0ab7b7
commit d6cbd8a5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -638,8 +638,6 @@ if [ "$HAVE_GLSLANG" != no ]; then
check_lib cxx GLSLANG_SPIRV_TOOLS -lSPIRV-Tools
if [ "$HAVE_GLSLANG" = no ] ||
[ "$HAVE_GLSLANG_OSDEPENDENT" = no ] ||
[ "$HAVE_GLSLANG_OGLCOMPILER" = no ] ||
[ "$HAVE_GLSLANG_HLSL" = no ] ||
[ "$HAVE_GLSLANG_SPIRV" = no ] ||
[ "$HAVE_GLSLANG_SPIRV_TOOLS_OPT" = no ] ||