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 | |
| 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
| -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.") | |||
| 676 | #~(cons* "-Dgallium-rusticl=true" | 676 | #~(cons* "-Dgallium-rusticl=true" |
| 677 | ;; Enable all drivers by default. | 677 | ;; Enable all drivers by default. |
| 678 | (string-append "-Dgallium-rusticl-enable-drivers=" | 678 | (string-append "-Dgallium-rusticl-enable-drivers=" |
| 679 | "iris,llvmpipe,nouveau,panfrost,radeonsi,r600") | 679 | "asahi,freedreno,radeonsi") |
| 680 | #$flags)) | 680 | #$flags)) |
| 681 | ((#:phases phases) | 681 | ((#:phases phases) |
| 682 | #~(modify-phases #$phases | 682 | #~(modify-phases #$phases |
