Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: glslang
|
||||
description: OpenGL and OpenGL ES shader front end and validator
|
||||
version: 15.1.0
|
||||
revision: 2
|
||||
url: https://github.com/KhronosGroup/glslang
|
||||
license: BSD-3-Clause
|
||||
architecture: any
|
||||
depends: ["gcc","spirv-tools"]
|
||||
depends: ["gcc-libs", "spirv-tools"]
|
||||
make_depends: ["cmake", "ninja", "python3", "spirv-headers"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user