summaryrefslogtreecommitdiff
path: root/media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch
blob: 14ce1f6972c09289ced1951e9a1dac1f790df53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OSDependent and OGLCompiler are already included in the shared libglslang,
and glslang-1.3.231 normally does not install these with shared builds.
--- a/src/glsl/meson.build
+++ b/src/glsl/meson.build
@@ -21,5 +21,5 @@
     cxx.find_library('MachineIndependent',  required: false),
-    cxx.find_library('OSDependent',         required: glslang_req),
+    cxx.find_library('OSDependent',         required: false),
     cxx.find_library('HLSL',                required: glslang_req),
-    cxx.find_library('OGLCompiler',         required: glslang_req),
+    cxx.find_library('OGLCompiler',         required: false),
     cxx.find_library('GenericCodeGen',      required: false),