virtio-experimental is no longer experminetal.

This commit is contained in:
Reza Jahanbakhshi 2023-05-04 09:03:21 +02:00
parent 97c484c1f4
commit 687758a0b4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 23.2.0_devel.169951.3beaaa9ae8c.dae32bb875358c786b404388bf1ee875 pkgver = 23.2.0_devel.170690.6ea7bdb1521.dae32bb875358c786b404388bf1ee875
pkgrel = 1 pkgrel = 1
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64

View File

@ -12,7 +12,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=23.2.0_devel.169951.3beaaa9ae8c.dae32bb875358c786b404388bf1ee875 pkgver=23.2.0_devel.170690.6ea7bdb1521.dae32bb875358c786b404388bf1ee875
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
@ -126,7 +126,7 @@ build () {
-D b_lto=false \ -D b_lto=false \
-D platforms=x11,wayland \ -D platforms=x11,wayland \
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink,d3d12 \ -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink,d3d12 \
-D vulkan-drivers=amd,intel,swrast,virtio-experimental,intel_hasvk \ -D vulkan-drivers=amd,intel,swrast,virtio,intel_hasvk \
-D vulkan-layers=device-select,overlay \ -D vulkan-layers=device-select,overlay \
-D dri3=enabled \ -D dri3=enabled \
-D egl=enabled \ -D egl=enabled \