Files
termux-packages/packages/libplacebo/force-link-glslang.patch
termux-pacman-bot 0e7c23482a bump(main/libplacebo): 7.351.0
- Switch from git download to `.tar.gz` + `termux_download` `fast_float.h` in order to more easily unvendor dependencies

- Enable `vulkan-icd`

- Enable `glslang`

- Enable `littlecms`
2025-10-14 16:41:09 +00:00

12 lines
443 B
Diff

https://gitlab.archlinux.org/archlinux/packaging/packages/libplacebo/-/blob/9e8d4b1bacbe7efa6d6313bcb33da340e5d9c51c/fix_glslang_linking.patch
--- a/src/glsl/meson.build
+++ b/src/glsl/meson.build
@@ -17,6 +17,7 @@ if glslang_req.auto() and shaderc.found()
elif not glslang_req.disabled()
glslang_deps = [
+ cxx.find_library('glslang', required: false),
cxx.find_library('glslang-default-resource-limits', required: false)
]