1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: mesa-opencl: Fix gallium-rusticl driver options.

* gnu/packages/gl.scm (mesa-opencl)[arguments]<#:configure-flags>: Change to
all current drivers.

Change-Id: Ib2643518c7f5fe56a133db1c62c1b529ecffd726
This commit is contained in:
John Kehayias
2026-03-26 21:13:28 -04:00
committed by Efraim Flashner
parent 7cdf8b3c5b
commit 3ce565ecaf

View File

@@ -676,7 +676,7 @@ from software emulation to complete hardware acceleration for modern GPUs.")
#~(cons* "-Dgallium-rusticl=true"
;; Enable all drivers by default.
(string-append "-Dgallium-rusticl-enable-drivers="
"iris,llvmpipe,nouveau,panfrost,radeonsi,r600")
"asahi,freedreno,radeonsi")
#$flags))
((#:phases phases)
#~(modify-phases #$phases