diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-16 15:02:04 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-16 08:10:20 -0800 |
| commit | 964f55887ae464e9053fc484d55f7a38f5373b7c (patch) | |
| tree | b3f0446c312f22f26aaafd7fc086f4f063497c67 /meta-python/recipes-devtools/python/python3-pandas | |
| parent | 54030f5611e2d4038729197f3a6b47136d87c1b0 (diff) | |
| download | meta-openembedded-964f55887ae464e9053fc484d55f7a38f5373b7c.tar.gz | |
libplacebo: fix glslang PACKAGECONFIG
In case glslang PACKAGECONFIG is enabled, compilation fails with
a lot of errors about undefined references from the glslang namespace, e.g.
| /usr/src/debug/libplacebo/7.349.0/src/glsl/glslang.cc:79:(.text+0x160): undefined reference to `glslang::TShader::TShader(EShLanguage)'
This has been solved in the upstream project, and this change backports
the commit that fixes the meson.build file to find the correct libraries
during compilation.
Additionally, fix also the TMPDIR QA error that popped up after fixing
the above issue: remove the RECIPE_SYSROOT value from the generated
pkgconf file (and instead of referring to the libraries by absolute path,
just refer to them by name, as they are supposed to be present in the
standard library lookup path).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas')
0 files changed, 0 insertions, 0 deletions
