summaryrefslogtreecommitdiff
path: root/media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch')
-rw-r--r--media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch b/media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch
deleted file mode 100644
index 84c83031e031..000000000000
--- a/media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-OSDependent and OGLCompiler are already included in the shared libglslang,
-and glslang-1.3.231 normally does not install these with shared builds.
-https://code.videolan.org/videolan/libplacebo/-/issues/240
---- 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),