From 15e610a30d0889f71bb710a0d15701ebb69dfc25 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 26 Aug 2025 17:07:39 +0300 Subject: [PATCH] Add spirv-llvm-translator dependency --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index e808119..390f45c 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: mesa description: Open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more version: 25.2.1 +revision: 2 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-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"] +make_depends: ["cbindgen", "glslang", "libclc", "libva", "libvdpau", "libxrandr", "llvm", "meson", "python-mako", "python-ply", "python-pyyaml", "python-setuptools", "rust-bindgen", "rustc", "spirv-llvm-translator", "valgrind", "vulkan-loader", "wayland-protocols", "xcb-util-keysyms", "xorgproto"] type: source