Using openchrome trunk instead of that distributed with xorg. That

doesn't work in K8N800, and trunk even does a bit of 3D by hw.

svn path=/nixpkgs/trunk/; revision=16329
This commit is contained in:
Lluís Batlle i Rossell
2009-07-11 10:32:27 +00:00
parent f6533bc527
commit dab4dc0de1
2 changed files with 11 additions and 3 deletions
+8 -1
View File
@@ -50,7 +50,14 @@
};
xf86videoopenchrome = attrs: attrs // {
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa];
src = args.fetchsvn {
url = http://svn.openchrome.org/svn/trunk;
md5 = "9a64a317d1f0792c5709e516c14f383b";
rev = 754;
};
buildInputs = attrs.buildInputs ++ [xorg.glproto args.mesa args.automake args.autoconf args.libtool xorg.libXext];
preConfigure = "chmod +x autogen.sh";
configureScript = "./autogen.sh";
};
xkbcomp = attrs: attrs // {