Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:24:22 +03:00
parent cb6ecce99a
commit ca1a2eab28
+2 -1
View File
@@ -1,10 +1,11 @@
name: qt6-tools name: qt6-tools
description: A cross-platform application and UI framework (Development Tools, QtHelp) description: A cross-platform application and UI framework (Development Tools, QtHelp)
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","qt6-base","zstd"] depends: ["gcc-libs", "glibc", "qt6-base", "zstd"]
optional_depends: ["clang", "qt6-declarative"] optional_depends: ["clang", "qt6-declarative"]
make_depends: ["clang", "cmake", "git", "llvm", "ninja", "qt6-declarative"] make_depends: ["clang", "cmake", "git", "llvm", "ninja", "qt6-declarative"]
type: source type: source