mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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"
|
||||
'("-Dvulkan-drivers=amd"))
|
||||
(_
|
||||
'("")))
|
||||
'("-Dvulkan-drivers=auto")))
|
||||
|
||||
;; Also enable the tests.
|
||||
"-Dbuild-tests=true"
|
||||
|
|
Loading…
Reference in a new issue