Date: Thursday, February 23, 2023 @ 20:34:24
Author: heftig
Revision: 1403740
23.0.0-2: FS#76019 reenable LTO
Modified:
lib32-mesa/trunk/PKGBUILD
----------+
PKGBUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-23 20:26:40 UTC (rev 1403739)
+++ PKGBUILD 2023-02-23 20:34:24 UTC (rev 1403740)
@@ -7,7 +7,7 @@
pkgname=('lib32-vulkan-mesa-layers' 'lib32-opencl-mesa' 'lib32-vulkan-intel'
'lib32-vulkan-radeon' 'lib32-vulkan-virtio' 'lib32-libva-mesa-driver'
'lib32-mesa-vdpau' 'lib32-mesa')
pkgdesc="An open-source implementation of the OpenGL specification (32-bit)"
pkgver=23.0.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11'
'xorgproto' 'lib32-libdrm'
'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage'
'lib32-libvdpau'
@@ -17,7 +17,6 @@
'glslang' 'cmake' 'meson')
url="https://www.mesa3d.org/"
license=('custom')
-options=('!lto')
source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
0001-anv-force-MEDIA_INTERFACE_DESCRIPTOR_LOAD-reemit-aft.patch
0002-iris-Retry-DRM_IOCTL_I915_GEM_EXECBUFFER2-on-ENOMEM.patch
@@ -65,7 +64,6 @@
arch-meson mesa-$pkgver build \
--libdir=/usr/lib32 \
-D b_ndebug=true \
- -D b_lto=false \
-D platforms=x11,wayland \
-D
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink
\
-D vulkan-drivers=amd,intel,intel_hasvk,virtio-experimental \