summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinLinux10282022-06-06 21:50:32 +0900
committerWinLinux10282022-06-06 21:50:32 +0900
commit7322e316f2db07348705fcbb1cd0c8c6721af2e0 (patch)
treef930c5d44dc8690263e20071e1eac87766b2b76b
parent3ceba8ad04e8b52f0d96f7c2fe30eccb4845cfcb (diff)
downloadaur-7322e316f2db07348705fcbb1cd0c8c6721af2e0.tar.gz
Add WSL support.
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0300b5cc6d49..9842e5d951c7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,8 +83,8 @@ build () {
-D sysconfdir=/etc \
-D b_ndebug=true \
-D platforms=auto \
- -D gallium-drivers=auto \
- -D vulkan-drivers=auto \
+ -D gallium-drivers=auto,zink,d3d12 \
+ -D vulkan-drivers=auto,virtio-experimental,microsoft-experimental \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \
-D egl=enabled \