gnu: mesa: Enable gallium tests.

* gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable
the gallium tests.
This commit is contained in:
Efraim Flashner 2017-03-14 20:10:56 +02:00
parent 2a8b89c27f
commit 044006f3d2
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 0 deletions

View File

@ -264,6 +264,9 @@ also known as DXTn or DXTC) for Mesa.")
;; are stuck at OpenGL 2.1 instead of OpenGL 3.0+.
"--enable-texture-float"
;; Also enable the tests.
"--enable-gallium-tests"
;; on non-intel systems, drop i915 and i965
;; from the default dri drivers
,@(match (%current-system)