summaryrefslogtreecommitdiff
path: root/media-libs/libplacebo/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-24 06:09:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-24 06:09:28 +0100
commitb46286b28de30f0898fa7888ae7dee09db822088 (patch)
tree0a6e626d9cfca9ae3573102c219a4bc3e45f6ed4 /media-libs/libplacebo/files
parentb2523734e380d060074602eb5ce53daf7d98803b (diff)
gentoo auto-resync : 24:04:2023 - 06:09:28
Diffstat (limited to 'media-libs/libplacebo/files')
-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),