You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
851 B
13 lines
851 B
9 months ago
|
https://github.com/haasn/libplacebo/issues/226
|
||
|
--- libplacebo/src/glsl/meson.build 2023-12-02 20:48:51.445273381 -0400
|
||
|
+++ libplacebo_patch/src/glsl/meson.build 2023-12-05 10:56:49.083295970 -0400
|
||
|
@@ -44,7 +44,7 @@ elif not glslang_req.disabled()
|
||
|
# Always required for static linking
|
||
|
cxx.find_library('MachineIndependent', required: true, static: true),
|
||
|
cxx.find_library('OSDependent', required: true, static: true),
|
||
|
- cxx.find_library('OGLCompiler', required: true, static: true),
|
||
|
+# cxx.find_library('OGLCompiler', required: true, static: true),
|
||
|
cxx.find_library('GenericCodeGen', required: true, static: true),
|
||
|
# SPIRV-Tools are required only if optimizer is enabled in glslang build
|
||
|
cxx.find_library('SPIRV-Tools', required: false, static: true),
|