We cannot use thread-local store in mesa, because the rest of our xorg
installation has been built without support for it. svn path=/nixpkgs/trunk/; revision=27788
This commit is contained in:
parent
fa5002d97b
commit
7c10cbb6c8
@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
configureFlags =
|
||||
" --with-driver=dri --enable-gl-osmesa --enable-gles1"
|
||||
+ " --enable-gallium --enable-gallium-r600 --enable-gles2"
|
||||
+ " --enable-gallium-swrast --enable-gallium-egl --enable-glx-tls"
|
||||
+ " --enable-gallium-swrast --enable-gallium-egl --disable-glx-tls"
|
||||
+ " --enable-xcb --enable-egl --disable-glut";
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user