sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit ca40663d4277ade2a7dfec0484db5b7881799ee4
parent 7a2ff7ba810ced55297a1a2e420b0b1f4326ab72
Author: Simon Ser <contact@emersion.fr>
Date:   Thu, 15 Feb 2024 11:52:38 +0100

Fix build with wlroots DRM backend disabled

The header is not installed by wlroots when the DRM backend is
disabled. We don't need it here, so don't include it.

Closes: https://github.com/swaywm/sway/issues/7943

Diffstat:
Minclude/sway/server.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/include/sway/server.h b/include/sway/server.h @@ -10,7 +10,6 @@ #include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h> #include <wlr/types/wlr_input_method_v2.h> #include <wlr/types/wlr_foreign_toplevel_management_v1.h> -#include <wlr/types/wlr_drm_lease_v1.h> #include <wlr/types/wlr_layer_shell_v1.h> #include <wlr/types/wlr_output_management_v1.h> #include <wlr/types/wlr_output_power_management_v1.h>