wlroots: support cross-compilation

This commit is contained in:
Michael Weiss 2021-07-03 15:46:36 +02:00
parent 0b93eb68a2
commit 4c2b069b8f
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
# $out for the library and $examples for the example programs (in examples):
outputs = [ "out" "examples" ];
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
buildInputs = [