summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSovietReimu12282023-01-02 14:01:31 +0900
committerSovietReimu12282023-01-02 14:01:31 +0900
commitf3f497bb5eb79961d78bd585b47e09722003d30c (patch)
tree334ef0210b06e272bbfcbe26d798b1dff0087748
parentc1945cd967bf54c3b2787a434609d673306669bb (diff)
downloadaur-f3f497bb5eb79961d78bd585b47e09722003d30c.tar.gz
update
-rwxr-xr-xPKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc42661a809c..3c50e22f7bf8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ build () {
-D b_ndebug=true \
-D platforms=auto \
-D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,i915,zink,d3d12 \
- -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio-experimental \
+ -D vulkan-drivers=amd,intel,intel_hasvk,swrast,virtio-experimental,microsoft-experimental \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \
-D egl=enabled \
@@ -125,7 +125,6 @@ package() {
# remove script file from /usr/bin
# https://gitlab.freedesktop.org/mesa/mesa/issues/2230
rm "${pkgdir}/usr/bin/mesa-overlay-control.py"
- rmdir "${pkgdir}/usr/bin"
# indirect rendering
ln -s /usr/lib/libGLX_mesa.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"