Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:18 +03:00
parent f2429d0b95
commit 00e75b36db
+3 -2
View File
@@ -1,10 +1,11 @@
name: qt6-5compat name: qt6-5compat
description: Module that contains unsupported Qt 5 APIs description: Module that contains unsupported Qt 5 APIs
version: 6.6.2 version: 6.6.2
revision: 2
url: https://www.qt.io/ url: https://www.qt.io/
license: FDL,GPL3,LGPL3,custom license: FDL,GPL3,LGPL3,custom
architecture: any architecture: any
depends: ["gcc","glibc","icu","qt6-base","qt6-shadertools"] depends: ["gcc-libs", "glibc", "icu", "qt6-base", "qt6-shadertools"]
optional_depends: ["qt6-declarative"] optional_depends: ["qt6-declarative"]
make_depends: ["cmake","git","ninja","qt6-declarative"] make_depends: ["cmake", "git", "ninja", "qt6-declarative"]
type: source type: source