* Apply a patch to prevent the X server from segfaulting if kwin is

run with swrast_dri (e.g. with the VGA driver).  (NixOS/121)

svn path=/nixpkgs/branches/x-updates/; revision=26201
This commit is contained in:
Eelco Dolstra
2011-03-07 21:16:34 +00:00
parent b813854488
commit cf6bc1aeae
2 changed files with 26 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
md5 = "efe8da4d80c2a5d32a800770b8ce5dfa";
};
patches = [ ./swrast-settexbuffer.patch ];
configureFlags =
"--disable-gallium"
+ stdenv.lib.optionalString (stdenv.system == "mips64-linux")