Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:42 +03:00
parent 895d6230d3
commit d4afe61d07
+3 -2
View File
@@ -1,9 +1,10 @@
name: shaderc name: shaderc
description: A collection of tools, libraries, and tests for Vulkan shader compilation description: A collection of tools, libraries, and tests for Vulkan shader compilation
version: 2025.1 version: 2025.1
revision: 2
url: https://github.com/google/shaderc url: https://github.com/google/shaderc
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
depends: ["gcc","glibc","glslang","spirv-tools"] depends: ["gcc-libs", "glibc", "glslang", "spirv-tools"]
make_depends: ["cmake","ninja","python3","spirv-headers"] make_depends: ["cmake", "ninja", "python3", "spirv-headers"]
type: source type: source