blob: 302796975e4c49236acb1f4fabbe9a193b5fa429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Fix linking against glslang 1.3.296.0
--- 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)
]
|