Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
name: qt6-shadertools
|
||||
description: Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL
|
||||
version: 6.6.2
|
||||
revision: 2
|
||||
url: https://www.qt.io/
|
||||
license: GPL3
|
||||
architecture: any
|
||||
depends: ["gcc","glibc","qt6-base"]
|
||||
depends: ["gcc-libs", "glibc", "qt6-base"]
|
||||
make_depends: ["cmake", "git", "ninja"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user