03-31-2020, 01:41 AM
Well yes, the error tells you exactly what's wrong...
Meaning, wayland-client is not installed. If you search through the Alpine package index, there is a package for it. https://pkgs.alpinelinux.org/packages?na...rch=x86_64
Just add that to the makedepends (or possible just depends, but you'll have to figure that out for yourself).
Code:
ERROR: Dependency "wayland-client" not found
Meaning, wayland-client is not installed. If you search through the Alpine package index, there is a package for it. https://pkgs.alpinelinux.org/packages?na...rch=x86_64
Just add that to the makedepends (or possible just depends, but you'll have to figure that out for yourself).