3
0
Fork 0
forked from mirrors/nixpkgs

Updating the openchrome xorg video driver

svn path=/nixpkgs/trunk/; revision=17743
This commit is contained in:
Lluís Batlle i Rossell 2009-10-11 14:41:31 +00:00
parent e131df67ee
commit 9d71e990a1

View file

@ -65,11 +65,11 @@
};
xf86videoopenchrome = attrs: attrs // {
name = "xf86-video-openchrome-svn-754";
name = "xf86-video-openchrome-svn-798";
src = args.fetchsvn {
url = http://svn.openchrome.org/svn/trunk;
md5 = "9a64a317d1f0792c5709e516c14f383b";
rev = 754;
sha256 = "00kz5775090nwlsxyqrp1wsmislszj58fv3kvq612xgql4vgx4ab";
rev = 798;
};
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa args.automake args.autoconf args.libtool xorg.libXext];
preConfigure = "chmod +x autogen.sh";