Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
name: zed
|
||||
description: A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
|
||||
version: 0.200.4
|
||||
revision: 2
|
||||
url: https://zed.dev/
|
||||
license: AGPL3-or-later,GPL3-or-later,Apache-2.0
|
||||
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"]
|
||||
make_depends: ["cargo-about", "clang", "cmake", "vulkan-headers"]
|
||||
type: source
|
||||
|
||||
Reference in New Issue
Block a user