* Build the i810 driver. Only depend on the Mesa headers, not all of Mesa.
svn path=/nixpkgs/trunk/; revision=8060
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{stdenv, mesaSrc}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mesa-headers-6.5.2"; # !!! keep up-to-date
|
||||
buildCommand = "
|
||||
unpackFile ${mesaSrc}
|
||||
ensureDir $out/include
|
||||
cp -prvd Mesa-*/include/GL $out/include/
|
||||
";
|
||||
}
|
||||
Reference in New Issue
Block a user