Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: qt6-declarative
|
name: qt6-declarative
|
||||||
description: Classes for QML and JavaScript languages
|
description: Classes for QML and JavaScript languages
|
||||||
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"]
|
depends: ["gcc-libs", "glibc", "qt6-base"]
|
||||||
optional_depends: ["qt6-svg"]
|
optional_depends: ["qt6-svg"]
|
||||||
make_depends: ["cmake","git","ninja","qt6-shadertools","qt6-svg","vulkan-headers"]
|
make_depends: ["cmake", "git", "ninja", "qt6-shadertools", "qt6-svg", "vulkan-headers"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user