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:
Peter Simons 2011-07-14 20:04:34 +00:00
parent fa5002d97b
commit 7c10cbb6c8

View File

@ -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 =