From 99cedfdf548b7639ae176a8ac2af441c80849550 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 9 Dec 2024 12:01:48 -0600 Subject: user/mesa: Add libarchive-dev dep for freedreno This dependency is only needed on Arm64 and only for the freedreno driver and its tools. Note that without this dep, Mesa will download libarchive itself and build it and install it, which we obviously do not want. We would have noticed this sooner had we not required Mesa to download Rust crates that it requires. Closes: #1287 Ref: #1285 Ref: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11062 --- user/mesa/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/mesa/APKBUILD b/user/mesa/APKBUILD index 7d5681330..991f01271 100644 --- a/user/mesa/APKBUILD +++ b/user/mesa/APKBUILD @@ -16,7 +16,7 @@ makedepends="$depends_dev bison eudev-dev expat-dev flex libelf-dev libglvnd-dev libxv-dev libxvmc-dev libxxf86vm-dev llvm$_llvmver-dev makedepend meson ninja python3 py3-libxml2 py3-mako py3-pygments py3-markupsafe py3-cparser py3-pyyaml rust wayland-dev wayland-protocols glslang-dev - zlib-dev zstd-dev bindgen-cli cbindgen clang-dev" + zlib-dev zstd-dev bindgen-cli cbindgen clang-dev libarchive-dev" replaces="mesa-egl mesa-gl mesa-glapi mesa-gles" subpackages="$pkgname-dev $pkgname-dri $pkgname-vulkan-overlay $pkgname-gbm $pkgname-d3d $pkgname-xatracker $pkgname-osmesa" -- cgit v1.2.3-70-g09d2