* 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:
@@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
||||
md5 = "efe8da4d80c2a5d32a800770b8ce5dfa";
|
||||
};
|
||||
|
||||
patches = [ ./swrast-settexbuffer.patch ];
|
||||
|
||||
configureFlags =
|
||||
"--disable-gallium"
|
||||
+ stdenv.lib.optionalString (stdenv.system == "mips64-linux")
|
||||
|
||||
Reference in New Issue
Block a user