Skip to content

Commit 5450560

Browse files
committed
assume glslang built static with all deps
1 parent eeff1aa commit 5450560

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/meson.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ else
6363

6464
glslang_deps = [
6565
cxx.find_library('glslang', required: glslang_req),
66-
cxx.find_library('HLSL', required: glslang_req),
67-
cxx.find_library('OGLCompiler', required: glslang_req),
68-
cxx.find_library('OSDependent', required: glslang_req),
69-
cxx.find_library('SPIRV', required: glslang_req),
70-
cxx.find_library('SPVRemapper', required: glslang_req),
66+
#cxx.find_library('HLSL', required: glslang_req),
67+
#cxx.find_library('OGLCompiler', required: glslang_req),
68+
#cxx.find_library('OSDependent', required: glslang_req),
69+
#cxx.find_library('SPIRV', required: glslang_req),
70+
#cxx.find_library('SPVRemapper', required: glslang_req),
7171
]
7272

7373
glslang_opt_deps = [

0 commit comments

Comments
 (0)