jbuchermn / pywm

Wayland compositor core employing wlroots - aims to handle the actual layout logic in python thereby enabling easily accessible wm concepts
69 stars 9 forks source link

Getting an error of Runtime Dependency of Wayland-Server #12

Open Mesum-Hussain opened 2 years ago

Mesum-Hussain commented 2 years ago

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?

jbuchermn commented 2 years ago

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.