diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-09 12:01:48 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-12-09 12:03:50 -0600 |
commit | 99cedfdf548b7639ae176a8ac2af441c80849550 (patch) | |
tree | e9937601758c4b937d3080b293002233dc0fa80e /user/mesa | |
parent | 9db8e5bbf921318e6b60a0afed6fa0a104db33ea (diff) | |
download | packages-99cedfdf548b7639ae176a8ac2af441c80849550.tar.gz packages-99cedfdf548b7639ae176a8ac2af441c80849550.tar.bz2 packages-99cedfdf548b7639ae176a8ac2af441c80849550.tar.xz packages-99cedfdf548b7639ae176a8ac2af441c80849550.zip |
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
Diffstat (limited to 'user/mesa')
-rw-r--r-- | user/mesa/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |