WARNING: history from now is going to change (mesa+llvm)
Current WIP, only tested nouveau (3D works very well).
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user