WARNING: history from now is going to change (mesa+llvm)

Current WIP, only tested nouveau (3D works very well).
This commit is contained in:
Vladimír Čunát
2013-05-16 17:16:02 +02:00
parent 10b79927ba
commit 70882b980c
7 changed files with 419 additions and 38 deletions
@@ -16,9 +16,7 @@ stdenv.mkDerivation rec {
preConfigure = stdenv.lib.optionalString stdenv.isDarwin
"echo : \\\${ac_cv_func_clock_gettime=\'yes\'} > config.cache";
configureFlags = [ "--enable-nouveau-experimental-api"
"--enable-radeon-experimental-api"
"--enable-udev" ]
configureFlags = [ "--enable-udev" ]
++ stdenv.lib.optional stdenv.isDarwin "-C";
crossAttrs.configureFlags = configureFlags ++ [ "--disable-intel" ];