summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-03-14 20:10:56 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-03-14 20:48:36 +0200
commit044006f3d28ec20aa111440471b2150956a832e5 (patch)
treed9b0d61f025ef79e21724b43f704f18e2c07f3ab /gnu/packages/gl.scm
parent2a8b89c27fe80a438ad95becb5da8ed4191d6cd4 (diff)
downloadpatches-044006f3d28ec20aa111440471b2150956a832e5.tar
patches-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.scm3
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)