mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #206650 from NickCao/libva1-cross
libva1: fix cross compilation
This commit is contained in:
commit
d78de10769
@ -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