This doesn't build correctly unless you add the following to the MESON config:
-D intel-rt=disabled \
Git Clone URL: | https://aur.archlinux.org/lib32-vulkan-nouveau-git.git (read-only, click to copy) |
---|---|
Package Base: | lib32-vulkan-nouveau-git |
Description: | Nouveau Vulkan (NVK) Mesa driver with some additions (32-bit Git version) |
Upstream URL: | https://gitlab.freedesktop.org/mesa/mesa |
Licenses: | MIT AND BSD-3-Clause AND SGI-B-2.0 |
Conflicts: | lib32-vulkan-nouveau |
Provides: | lib32-vulkan-driver |
Submitter: | DodoGTA |
Maintainer: | DodoGTA |
Last Packager: | DodoGTA |
Votes: | 3 |
Popularity: | 0.018783 |
First Submitted: | 2023-11-10 17:35 (UTC) |
Last Updated: | 2024-09-09 22:01 (UTC) |
This doesn't build correctly unless you add the following to the MESON config:
-D intel-rt=disabled \
The PKBGUILD is broken, you have to add to the build opts --->
-D intel-clc=auto \
-D intel-rt=disabled \
As intel-rt cannot be built on X86
The Meson 1.3.0rc2 requirement for NAK can for now be satisfied by the meson-rust package which I'll push soon: https://aur.archlinux.org/packages/meson-rust
Also for the 32-bit version of this package you might have to delete the build directory to make the package build again (there's some weird Rust issue)
If you use rustup then run rustup target add i686-unknown-linux-gnu
to make the 32-bit package build properly
Edit: Meson 1.3.0 has been released in the Arch repos (so you can reinstall normal Meson)
Edit 2: There's a new 32-bit build issue caused by commit ab72be6c5e91832d808390b2c9a481e70de75b52 (I submitted MR 30561 to fix this but it's currently just idling)
Pinned Comments
DodoGTA commented on 2023-11-14 08:13 (UTC) (edited on 2024-08-08 09:36 (UTC) by DodoGTA)
The Meson 1.3.0rc2 requirement for NAK can for now be satisfied by the meson-rust package which I'll push soon: https://aur.archlinux.org/packages/meson-rust
Also for the 32-bit version of this package you might have to delete the build directory to make the package build again (there's some weird Rust issue)
If you use rustup then run
rustup target add i686-unknown-linux-gnu
to make the 32-bit package build properlyEdit: Meson 1.3.0 has been released in the Arch repos (so you can reinstall normal Meson)
Edit 2: There's a new 32-bit build issue caused by commit ab72be6c5e91832d808390b2c9a481e70de75b52 (I submitted MR 30561 to fix this but it's currently just idling)