Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: zed
|
name: zed
|
||||||
description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
|
description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
|
||||||
version: 0.200.4
|
version: 0.200.4
|
||||||
|
revision: 2
|
||||||
url: https://zed.dev/
|
url: https://zed.dev/
|
||||||
license: AGPL3-or-later,GPL3-or-later,Apache-2.0
|
license: AGPL3-or-later,GPL3-or-later,Apache-2.0
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["alsa-lib","fontconfig","gcc","glibc","libxcb","libxkbcommon","openssl","mesa","vulkan-loader","wayland","zstd"]
|
depends: ["alsa-lib", "fontconfig", "gcc-libs", "glibc", "libxcb", "libxkbcommon", "openssl", "mesa", "vulkan-loader", "wayland", "zstd"]
|
||||||
optional_depends: ["clang"]
|
optional_depends: ["clang"]
|
||||||
make_depends: ["cargo-about","clang","cmake","vulkan-headers"]
|
make_depends: ["cargo-about", "clang", "cmake", "vulkan-headers"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user