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:
Efraim Flashner 2019-03-19 14:59:50 +02:00
parent fe7c6f91dd
commit 7d1494d979
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -301,7 +301,7 @@ (define-public mesa
("i686-linux"
'("-Dvulkan-drivers=amd"))
(_
'("")))
'("-Dvulkan-drivers=auto")))
;; Also enable the tests.
"-Dbuild-tests=true"