mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: mesa: Fix building on non-Intel architectures.
* gnu/packages/gl.scm (mesa)[arguments]: Add explicit vulkan-driver support in match statement.
This commit is contained in:
parent
fe7c6f91dd
commit
7d1494d979
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ (define-public mesa
|
||||||
("i686-linux"
|
("i686-linux"
|
||||||
'("-Dvulkan-drivers=amd"))
|
'("-Dvulkan-drivers=amd"))
|
||||||
(_
|
(_
|
||||||
'("")))
|
'("-Dvulkan-drivers=auto")))
|
||||||
|
|
||||||
;; Also enable the tests.
|
;; Also enable the tests.
|
||||||
"-Dbuild-tests=true"
|
"-Dbuild-tests=true"
|
||||||
|
|
Loading…
Reference in a new issue