Switch llvm dependenency to llvm-libs

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