diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-23 23:20:40 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-23 23:22:20 -0400 |
commit | 5cca9ecd62112b3dc203677dd1b331922d1ad508 (patch) | |
tree | f1eb5698d1987cbef562ced4a2ecb9c8c6b9dba7 /media-libs/libplacebo/files | |
parent | dev-libs/libchdr: drop 0_p20221129 (diff) | |
download | gentoo-5cca9ecd62112b3dc203677dd1b331922d1ad508.tar.gz gentoo-5cca9ecd62112b3dc203677dd1b331922d1ad508.tar.bz2 gentoo-5cca9ecd62112b3dc203677dd1b331922d1ad508.zip |
media-libs/libplacebo: drop 5.229.2
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libplacebo/files')
-rw-r--r-- | media-libs/libplacebo/files/libplacebo-5.229.1-shared-glslang.patch | 13 |
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), |