libva: fix finding wayland when cross compiling
Otherwise, it would just silently not build libva-wayland. This fixes the cross build of gst_all_1.gst-vaapi.
This commit is contained in:
parent
bcef81037b
commit
9f32e0df84
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
|
||||
nativeBuildInputs = [ meson pkg-config ninja wayland-scanner ];
|
||||
|
||||
buildInputs = [ libdrm ]
|
||||
|
|
Loading…
Reference in a new issue