diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-03-14 20:10:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-03-14 20:48:36 +0200 |
commit | 044006f3d28ec20aa111440471b2150956a832e5 (patch) | |
tree | d9b0d61f025ef79e21724b43f704f18e2c07f3ab /gnu/packages/gl.scm | |
parent | 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4 (diff) | |
download | guix-044006f3d28ec20aa111440471b2150956a832e5.tar.gz |
gnu: mesa: Enable gallium tests.
* gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable the gallium tests.
Diffstat (limited to 'gnu/packages/gl.scm')
-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) |