mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
xf86-video-nouveau: Add pixman to buildInputs.
Well, either this build is only broken on my system or noone actually uses nouveau? Even when looking into the source tree it seems to require pixman, so I suppose it didn't work for anyone prior to this commit. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
e2a4295844
commit
86f293a1e5
@ -3,7 +3,7 @@
|
||||
, autoconf
|
||||
, automake
|
||||
, libtool
|
||||
, xorgserver, xproto, fontsproto, xf86driproto, renderproto, videoproto
|
||||
, xorgserver, xproto, fontsproto, xf86driproto, renderproto, videoproto, pixman
|
||||
, utilmacros
|
||||
, libdrm
|
||||
, pkgconfig }:
|
||||
@ -21,12 +21,14 @@ stdenv.mkDerivation {
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
xorgserver xproto fontsproto xf86driproto renderproto videoproto
|
||||
xorgserver xproto fontsproto xf86driproto renderproto videoproto pixman
|
||||
utilmacros
|
||||
libdrm
|
||||
pkgconfig
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I${pixman}/include/pixman-1";
|
||||
|
||||
preConfigure = "autoreconf -vfi";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user