Date: Tuesday, December 6, 2022 @ 08:17:42
Author: lcarlier
Revision: 463095
upgpkg: mesa 22.3.0-6: Add i915g driver (FS#74639)
Modified:
mesa/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-05 22:53:12 UTC (rev 463094)
+++ PKGBUILD 2022-12-06 08:17:42 UTC (rev 463095)
@@ -7,7 +7,7 @@
pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon'
'vulkan-swrast' 'libva-mesa-driver' 'mesa-vdpau' 'mesa')
pkgdesc="An open-source implementation of the OpenGL specification"
pkgver=22.3.0
-pkgrel=5
+pkgrel=6
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm'
'libxshmfence' 'libxxf86vm'
'libxdamage' 'libvdpau' 'libva' 'wayland' 'wayland-protocols'
'zstd' 'elfutils' 'llvm'
@@ -58,7 +58,7 @@
-D b_ndebug=true \
-D b_lto=false \
-D platforms=x11,wayland \
- -D
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,zink,d3d12
\
+ -D
gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink,d3d12
\
-D vulkan-drivers=amd,intel,intel_hasvk,swrast \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \