pywm icon indicating copy to clipboard operation
pywm copied to clipboard

Getting an error of Runtime Dependency of Wayland-Server

Open Mesum-Hussain opened this issue 2 years ago • 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?

Mesum-Hussain avatar Apr 26 '22 20:04 Mesum-Hussain

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.

jbuchermn avatar May 11 '22 07:05 jbuchermn