SHA256
1
0
forked from pool/glslang

Add missing runtime dependency to the SPIRV-Tools-opt development package

In the cmake support files provided by glslang, the mentioned package is
required, but was not listed as a runtime dependency of the glslang
development package.
This commit is contained in:
Ralf Habacker 2025-01-02 10:03:47 +01:00
parent 00d092be3e
commit e310b3d9d4
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 2 08:54:06 UTC 2025 - Ralf Habacker <ralf.habacker@freenet.de>
- Fix building vsgXChange and other packages by adding the
missing runtime dependency to the development package
for SPIRV-Tools-opt
-------------------------------------------------------------------
Sun Dec 15 21:51:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -55,6 +55,7 @@ specifications for these languages.
%package devel
Summary: OpenGL and OpenGL ES shader front end and validator
Group: Development/Libraries/C and C++
Requires: cmake(SPIRV-Tools-opt)
Requires: %lname = %version
%description devel