Updated Mesa to 9.0.2
Also updated libdrm to 2.4.40 (not 2.4.41 because they have broken tars for that) Removed the Mesa patch for sis video on mips64el-linux because sis is not supported in Mesa anyway (since version 8)
This commit is contained in:
committed by
Peter Simons
parent
ad242d38f0
commit
099ccef982
@@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libpthreadstubs, libpciaccess, udev }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libdrm-2.4.33";
|
||||
name = "libdrm-2.4.40";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://dri.freedesktop.org/libdrm/${name}.tar.bz2";
|
||||
sha256 = "1slgi61n4dlsfli47ql354fd1ppj7n40jd94wvnsdqx0mna9syrd";
|
||||
sha256 = "07xazz6flzc2khvks2cxls36sbsx0ns3x2cj499dw3za0134xha8";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
|
||||
Reference in New Issue
Block a user