From fea7e6e78dce30844e0f134f84968b41cf1f472e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 3 Mar 2023 09:06:17 +0100 Subject: extra/mesa: forgot to remove libvulkan_virtio.so --- extra/mesa/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/mesa') diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD index 635939e1..c8fbb6c8 100644 --- a/extra/mesa/PKGBUILD +++ b/extra/mesa/PKGBUILD @@ -1,3 +1,4 @@ +options=(!lto) # defaults changed to SSE2 enabled by default, disable it if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then eval "$( @@ -72,6 +73,7 @@ fi declare -f package_vulkan-virtio | \ sed ' /.*virtio_icd.*json.*/d + /.*libvulkan_virtio.so.*/d ' )" makedepends=(${makedepends[@]//rust-bindgen/}) -- cgit v1.2.3-54-g00ecf