mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mesa to 23.3.4-2
This commit is contained in:
parent
8f9d555a4a
commit
0adbc8ec0f
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = mesa
|
pkgbase = mesa
|
||||||
pkgdesc = An open-source implementation of the OpenGL specification
|
pkgdesc = An open-source implementation of the OpenGL specification
|
||||||
pkgver = 23.3.4
|
pkgver = 23.3.4
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://www.mesa3d.org/
|
url = https://www.mesa3d.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
|
@ -26,7 +26,7 @@ pkgname=(
|
||||||
'mesa'
|
'mesa'
|
||||||
)
|
)
|
||||||
pkgver=23.3.4
|
pkgver=23.3.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="An open-source implementation of the OpenGL specification"
|
pkgdesc="An open-source implementation of the OpenGL specification"
|
||||||
url="https://www.mesa3d.org/"
|
url="https://www.mesa3d.org/"
|
||||||
|
@ -146,6 +146,7 @@ build() {
|
||||||
-D rust_std=2021
|
-D rust_std=2021
|
||||||
-D shared-glapi=enabled
|
-D shared-glapi=enabled
|
||||||
-D valgrind=enabled
|
-D valgrind=enabled
|
||||||
|
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
|
||||||
-D vulkan-drivers=amd,swrast,broadcom,panfrost,virtio
|
-D vulkan-drivers=amd,swrast,broadcom,panfrost,virtio
|
||||||
-D vulkan-layers=device-select,overlay
|
-D vulkan-layers=device-select,overlay
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue