Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
name: qt6-tools
|
||||
description: A cross-platform application and UI framework (Development Tools, QtHelp)
|
||||
version: 6.6.2
|
||||
revision: 2
|
||||
url: https://www.qt.io/
|
||||
license: FDL,GPL3,LGPL3,custom
|
||||
architecture: any
|
||||
depends: ["gcc","glibc","qt6-base","zstd"]
|
||||
optional_depends: ["clang","qt6-declarative"]
|
||||
make_depends: ["clang","cmake","git","llvm","ninja","qt6-declarative"]
|
||||
depends: ["gcc-libs", "glibc", "qt6-base", "zstd"]
|
||||
optional_depends: ["clang", "qt6-declarative"]
|
||||
make_depends: ["clang", "cmake", "git", "llvm", "ninja", "qt6-declarative"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user