Getting an error of Runtime Dependency of Wayland-Server
Mesum-Hussain opened this issue · 1 comments
Mesum-Hussain commented
I am on Debian Testing and was trying to build PyWM.
I cd into pywm directory after cloning the project and run meson build
, but getting this error
reading the Readme.md again, I concluded that I need to install Wayland (don't know if I am right).
but running apt install wayland
says that this package is not available in the repos.
Wasn't able to find xorg-xwayland and ninja too.
What could be the possible steps that could be taken here to solve this problem?
jbuchermn commented
I don't know which packages are the right ones on Debian, unfortunately... But yeah, you're missing wayland.
Maybe install sway first, this should pull in missing dependencies.