egl-wayland: support cross-compilation

This commit is contained in:
Michael Weiss 2021-07-03 15:40:23 +02:00
parent bbd248417d
commit b333bf83d3
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -4,6 +4,7 @@
, pkg-config
, meson
, ninja
, wayland-scanner
, libX11
, mesa
, libGL
@ -51,10 +52,15 @@ in stdenv.mkDerivation rec {
sha256 = "1n9lg8hpjgxlf7dpddkjhbslsfd0symla2wk6jjmnl9n9jv2gmzk";
};
depsBuildBuild = [
pkg-config
];
nativeBuildInputs = [
meson
ninja
pkg-config
wayland-scanner
];
buildInputs = [