Debian Patches
Status for glslang/15.1.0-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-pkg-config-compatibility.patch | no | |||||
glslang.pc-Add-missing-libraries.patch | glslang.pc: Add missing libraries -lglslang depends on -lMachineIndependent, and -lOGLCompiler depends on -lGenericCodeGen. v2 OGLCompiler was removed, so remove GenericCodeGen Philippe SWARTVAGHER <phil.swart@gmx.fr>, 2024-05-26: GenericCodeGen seems to be still required. |
Simon McVittie <smcv@collabora.com> | no | 2021-01-18 | ||
spirv.pc-Add-dependencies-on-SPIRV-Tools-and-glslang.patch | spirv.pc: Add dependencies on SPIRV-Tools and glslang Otherwise, a simple program like this will fail to link: #include <glslang/SPIRV/GlslangToSpv.h> int main (void) { std::string s; glslang::GetSpirvVersion(s); return 0; } when compiled with the obvious parameters from pkg-config: g++ -ospirv spirv.cpp $(pkg-config --cflags --libs spirv) |
Simon McVittie <smcv@collabora.com> | no | debian | 2021-01-18 |