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

Error: Dependency "wayland-server" not found #19

Closed name-tar-xz closed 2 years ago

name-tar-xz commented 2 years ago

I am on Nobara 36(Fedora based distro) I get meson.build:33:0: ERROR: Dependency "wayland-server" not found, tried pkgconfig and cmake when running pip3 install --user git+https://github.com/jbuchermn/pywm even when libwayland-server is installed

name-tar-xz commented 2 years ago

Seeing what you said on #12 I installed sway and I still get the error

cben commented 2 years ago

On my fedora i believe i got it from libwayland-server + wayland-devel packages (the later for header files)

name-tar-xz commented 2 years ago

Installing wayland-devel worked. Thanks!