diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-12-29 12:52:56 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2017-12-29 12:56:06 +0100 |
commit | b2419613d0a5605acf674e8ffc600448aa971008 (patch) | |
tree | 3fab16138b92b28da5402ffa5ee2c9a434b1f586 /gnu/packages/gl.scm | |
parent | 771d18162d33fdbaa0f4297df2ede0e70cd2732f (diff) | |
download | patches-b2419613d0a5605acf674e8ffc600448aa971008.tar patches-b2419613d0a5605acf674e8ffc600448aa971008.tar.gz |
gnu: mesa: Add TODO about Vulkan drivers on i686-linux.
* gnu/packages/gl.scm (mesa)[arguments]: Add TODO about building Mesa with
Vulkan drivers enabled on i686-linux.
Diffstat (limited to 'gnu/packages/gl.scm')
-rw-r--r-- | gnu/packages/gl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index af5fb1b70e..f41251ce08 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -299,6 +299,7 @@ also known as DXTn or DXTC) for Mesa.") "--enable-texture-float" ;; Enable Vulkan on x86-64. + ;; TODO: Fix building Mesa with Vulkan drivers enabled on i686-linux. ,@(match (%current-system) ("x86_64-linux" '("--with-vulkan-drivers=intel,radeon")) |