mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
libva1: fix cross compilation
This commit is contained in:
parent
1fee3b24ba
commit
8735b044f9
@ -8,6 +8,7 @@
|
||||
, libdrm
|
||||
, libXfixes
|
||||
, wayland
|
||||
, wayland-scanner
|
||||
, libffi
|
||||
, libGL
|
||||
, mesa
|
||||
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config wayland-scanner ];
|
||||
|
||||
buildInputs = [ libdrm ]
|
||||
++ lib.optionals (!minimal) [ libva1-minimal libX11 libXext libXfixes wayland libffi libGL ];
|
||||
|
Loading…
Reference in New Issue
Block a user