diff options
-rw-r--r-- | gnu/packages/gl.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 4a23cf4042..209628f342 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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) |