From bdf3fbec1d58c67beef8375fe97be7b762c06e0d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 17:47:33 +0300 Subject: [PATCH] Switch llvm dependenency to llvm-libs --- pkg.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 0568070..62650fd 100644 --- a/pkg.info +++ b/pkg.info @@ -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