jbuchermn/pywm

Getting an error of Runtime Dependency of Wayland-Server

Mesum-Hussain opened this issue · 1 comments

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
Screenshot from 2022-04-27 01-59-15

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?

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.