Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:23:40 +03:00
parent 317c4cd003
commit ebd9f49675
+2 -1
View File
@@ -1,9 +1,10 @@
name: mesa name: mesa
description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more
version: 25.2.0 version: 25.2.0
revision: 2
url: https://www.mesa3d.org/ url: https://www.mesa3d.org/
license: MIT and BSD-3-Clause and SGI-B-2.0 license: MIT and BSD-3-Clause and SGI-B-2.0
architecture: any architecture: any
depends: ["expat","gcc","glibc","libdrm","libelf","libglvnd","libx11","libxcb","libxext","libxshmfence","libxfixes","libxxf86vm","llvm","spirv-tools","zlib","zstd"] depends: ["expat", "gcc-libs", "glibc", "libdrm", "libelf", "libglvnd", "libx11", "libxcb", "libxext", "libxshmfence", "libxfixes", "libxxf86vm", "llvm", "spirv-tools", "zlib", "zstd"]
make_depends: ["cbindgen", "glslang", "libclc", "libva", "libvdpau", "libxrandr", "meson", "python-mako", "python-ply", "python-pyyaml", "python-setuptools", "rust-bindgen", "rustc", "valgrind", "vulkan-loader", "wayland-protocols", "xcb-util-keysyms", "xorgproto"] make_depends: ["cbindgen", "glslang", "libclc", "libva", "libvdpau", "libxrandr", "meson", "python-mako", "python-ply", "python-pyyaml", "python-setuptools", "rust-bindgen", "rustc", "valgrind", "vulkan-loader", "wayland-protocols", "xcb-util-keysyms", "xorgproto"]
type: source type: source