diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-26 21:13:28 -0400 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-30 10:36:24 +0300 |
| commit | 3ce565ecaf17f04a94f3a67bcc21deed5f9d2c55 (patch) | |
| tree | 14b5e77e2b45e32f341611a1549395568474a06a /gnu | |
| parent | 7cdf8b3c5b16c800bfa849ed1c436df3ae045212 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 0664510ec85..029fc8b02b4 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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 |
