me
/
guix
Archived
1
0
Fork 0

gnu: mesa: Build with swrast vulkan drivers for powerpc.

* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags to add
swrast vulkan drivers for powerpc- and powerpc64le-linux.
Efraim Flashner 2021-08-09 17:45:43 +03:00
parent 2e16a22301
commit e22145ed35
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ also known as DXTn or DXTC) for Mesa.")
((or "i686-linux" "x86_64-linux")
'("-Dvulkan-drivers=intel,amd"))
((or "powerpc64le-linux" "powerpc-linux")
'("-Dvulkan-drivers=amd"))
'("-Dvulkan-drivers=amd,swrast"))
("aarch64-linux"
'("-Dvulkan-drivers=freedreno,amd,broadcom,swrast"))
(_