gnu: mesa: Enable gallium tests.
* gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable the gallium tests.
This commit is contained in:
parent
2a8b89c27f
commit
044006f3d2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue