wlroots: add wayland as nativeBuildInputs
Needed on the build machine
This commit is contained in:
parent
78f9cad387
commit
f187d8c26f
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
# $out for the library and $examples for the example programs (in examples):
|
# $out for the library and $examples for the example programs (in examples):
|
||||||
outputs = [ "out" "examples" ];
|
outputs = [ "out" "examples" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig ];
|
nativeBuildInputs = [ meson ninja pkgconfig wayland ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
wayland libGL wayland-protocols libinput libxkbcommon pixman
|
wayland libGL wayland-protocols libinput libxkbcommon pixman
|
||||||
|
Loading…
Reference in New Issue
Block a user