mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
mesa: disabled unmaintained i965 gallium driver
svn path=/nixpkgs/trunk/; revision=31772
This commit is contained in:
parent
e926d8d9f2
commit
87f1f70070
|
@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
|||
# r300
|
||||
configureFlags =
|
||||
" --with-driver=dri --enable-gl-osmesa --enable-gles1"
|
||||
+ " --with-gallium-drivers=i915,i965,nouveau,r600,svga,swrast"
|
||||
+ " --with-gallium-drivers=i915,nouveau,r600,svga,swrast"
|
||||
+ " --enable-gles2 --enable-gallium-egl --disable-glx-tls"
|
||||
+ " --enable-xcb --enable-egl --disable-glut"
|
||||
# Texture floats are patented, see docs/patents.txt
|
||||
|
|
Loading…
Reference in a new issue