libplacebo ver. bump

This commit is contained in:
Rmys
2025-01-14 20:06:57 +03:00
parent b3f40e9484
commit b7ff032f8c
2 changed files with 22 additions and 9 deletions
@@ -0,0 +1,16 @@
Quick workaround for libSPIRV seemingly having became a stub in glslang-1.3.296
https://bugs.gentoo.org/941968
TODO?: rather than worry with the constant issues with glslang, should likely
always force shaderc -- it's also what upstream prefers by default and so the
glslang paths are hardly tested.
--- a/src/glsl/meson.build
+++ b/src/glsl/meson.build
@@ -39,4 +39,5 @@
glslang_deps += spirv
+ glslang_deps += cxx.find_library('glslang', required: required, static: static)
if static