Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 11:52:53 +03:00
parent 06781b3967
commit 251f74ae71
+2 -1
View File
@@ -1,9 +1,10 @@
name: cmake name: cmake
description: A Powerful Software Build System description: A Powerful Software Build System
version: 4.0.2 version: 4.0.2
revision: 2
url: https://cmake.org/ url: https://cmake.org/
license: BSD-3-Clause license: BSD-3-Clause
architecture: any architecture: any
depends: ["curl","expat","gcc","glibc","jsoncpp","libarchive","libuv","libnghttp2","ncurses","zlib"] depends: ["curl", "expat", "gcc-libs", "glibc", "jsoncpp", "libarchive", "libuv", "libnghttp2", "ncurses", "zlib"]
optional_depends: ["make", "ninja"] optional_depends: ["make", "ninja"]
type: source type: source