diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-02-15 11:52:38 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-02-15 11:52:38 +0100 |
| commit | f32b4333e0042186fc5fce8eb3c860dd12da4cf3 (patch) | |
| tree | 2b864ebd4d03871f8c26155baea27670b129ab63 | |
| parent | 4dbcd22b72e2bd5ceac6f0c524705aeaa767d9b4 (diff) | |
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
(cherry picked from commit ca40663d4277ade2a7dfec0484db5b7881799ee4)
| -rw-r--r-- | include/sway/server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h index be5c8d72..ef70ae4e 100644 --- a/include/sway/server.h +++ b/include/sway/server.h @@ -9,7 +9,6 @@ #include <wlr/types/wlr_data_device.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> |
