From e310b3d9d4e725681112f622f1a812f46473cd52eb90b98061fb72c294474474 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 2 Jan 2025 10:03:47 +0100 Subject: [PATCH] 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. --- glslang.changes | 7 +++++++ glslang.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/glslang.changes b/glslang.changes index 033aa9c..b0f4bbc 100644 --- a/glslang.changes +++ b/glslang.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 2 08:54:06 UTC 2025 - Ralf Habacker + +- 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 diff --git a/glslang.spec b/glslang.spec index 6622977..bf0fb0d 100644 --- a/glslang.spec +++ b/glslang.spec @@ -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