Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user