On date Tuesday 2023-08-29 11:33:43 +0200, Luca Bonissi wrote:
> Newer glslang does no more provide static libraries libOSDependent.a and
> libOGLCompiler.a.
> These libraries are only used in configure's test to detect spirv_compiler,
> but are no more necessary even with older glslang.
>
> The f
Newer glslang does no more provide static libraries libOSDependent.a and
libOGLCompiler.a.
These libraries are only used in configure's test to detect
spirv_compiler, but are no more necessary even with older glslang.
The following patch fixes the build issue.
Signed-off-by: Luca Bonissi
--