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:
parent
00d092be3e
commit
e310b3d9d4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user