Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:21 +03:00
parent bcbb4896b8
commit d4ccd5ad95
+3 -2
View File
@@ -1,9 +1,10 @@
name: qt6-shadertools 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 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 version: 6.6.2
revision: 2
url: https://www.qt.io/ url: https://www.qt.io/
license: GPL3 license: GPL3
architecture: any architecture: any
depends: ["gcc","glibc","qt6-base"] depends: ["gcc-libs", "glibc", "qt6-base"]
make_depends: ["cmake","git","ninja"] make_depends: ["cmake", "git", "ninja"]
type: source type: source