diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 2227cd30a4..9cd86a8b10 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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 ] ||