project-repo / cagebreak

Cagebreak: A Wayland Tiling Compositor Inspired by Ratpoison
MIT License
284 stars 19 forks source link

Missing include guard breaks building without xwayland #24

Closed tdaniel22 closed 2 years ago

tdaniel22 commented 2 years ago

The wlr/xwayland.h include in output.c:32 is missing an #if CG_HAS_XWAYLAND guard, which breaks building without xwayland.

project-repo commented 2 years ago

Hi, Thanks for reporting, seems like this has gone unnoticed for quite some time! There should be a fix on the development branch now if you feel like checking it out. cheers project-repo

tdaniel22 commented 2 years ago

Thanks! Compiles and works as expected.

project-repo commented 2 years ago

This issue has been resolved in release 1.9.0.

Please feel free to reopen if problems persist or open a new issue.

cheers project-repo