extra/mesa to 23.3.4-2

This commit is contained in:
Kevin Mihelich 2024-01-27 03:56:28 +00:00
parent 8f9d555a4a
commit 0adbc8ec0f
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = mesa
pkgdesc = An open-source implementation of the OpenGL specification
pkgver = 23.3.4
pkgrel = 1
pkgrel = 2
epoch = 1
url = https://www.mesa3d.org/
arch = x86_64

View file

@ -26,7 +26,7 @@ pkgname=(
'mesa'
)
pkgver=23.3.4
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="An open-source implementation of the OpenGL specification"
url="https://www.mesa3d.org/"
@ -146,6 +146,7 @@ build() {
-D rust_std=2021
-D shared-glapi=enabled
-D valgrind=enabled
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
-D vulkan-drivers=amd,swrast,broadcom,panfrost,virtio
-D vulkan-layers=device-select,overlay
)