summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinLinux10282022-06-06 22:44:31 +0900
committerWinLinux10282022-06-06 22:44:31 +0900
commit82729aa879f4618b5f95cd814c9c1c8b380f87d8 (patch)
treedf5515d6bf4b9273083ae3d58e086d3ae368768a
parent7322e316f2db07348705fcbb1cd0c8c6721af2e0 (diff)
downloadaur-82729aa879f4618b5f95cd814c9c1c8b380f87d8.tar.gz
fix pkgbuild
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9842e5d951c7..1067c4a7e939 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,8 +83,8 @@ build () {
-D sysconfdir=/etc \
-D b_ndebug=true \
-D platforms=auto \
- -D gallium-drivers=auto,zink,d3d12 \
- -D vulkan-drivers=auto,virtio-experimental,microsoft-experimental \
+ -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,iris,crocus,i915,zink,d3d12 \
+ -D vulkan-drivers=amd,intel,swrast,virtio-experimental,microsoft-experimental \
-D vulkan-layers=device-select,intel-nullhw,overlay \
-D dri3=enabled \
-D egl=enabled \