summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSovietReimu12282022-07-01 18:32:36 +0900
committerSovietReimu12282022-07-01 18:32:36 +0900
commit3160c0b784cbf9e8039b067b970abc360c81da34 (patch)
tree79283b9f78fafcf092f8453c06d239a90dfd0995
parentd21ed4e04f42a13b28455e3f20453e144bc97a08 (diff)
downloadaur-3160c0b784cbf9e8039b067b970abc360c81da34.tar.gz
branch change because of build error
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc236d7a36e0..55831878c58c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ conflicts=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vu
'vulkan-mesa-layer' 'vulkan-mesa' 'mesa-libgl')
url="https://www.mesa3d.org"
license=('custom')
-source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/wip_next'
+source=('mesa::git+https://gitlab.freedesktop.org/karolherbst/mesa.git#branch=rusticl/wip_nv'
'LICENSE'
'eglapi_hack.patch'
)
@@ -81,13 +81,12 @@ build () {
export CC="clang"
export CXX="clang++"
- # d3d12 in gallium-drivers is disabled because of build error
meson setup mesa _build \
-D prefix=/usr \
-D sysconfdir=/etc \
-D b_ndebug=true \
-D platforms=auto \
- -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,i915,zink \
+ -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,i915,zink,d3d12 \
-D vulkan-drivers=amd,intel,swrast,virtio-experimental \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \