aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-15 11:52:38 +0100
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2024-02-15 09:44:12 -0500
commitca40663d4277ade2a7dfec0484db5b7881799ee4 (patch)
tree62fdfc8e303c87e980c8c062c69778760892dfc9 /include
parentview: drop ext_foreign_destroy (diff)
downloadsway-ca40663d4277ade2a7dfec0484db5b7881799ee4.tar.gz
sway-ca40663d4277ade2a7dfec0484db5b7881799ee4.tar.zst
sway-ca40663d4277ade2a7dfec0484db5b7881799ee4.zip
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 (limited to 'include')
-rw-r--r--include/sway/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 7dbce0b7..b047e20d 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -10,7 +10,6 @@
10#include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h> 10#include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h>
11#include <wlr/types/wlr_input_method_v2.h> 11#include <wlr/types/wlr_input_method_v2.h>
12#include <wlr/types/wlr_foreign_toplevel_management_v1.h> 12#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
13#include <wlr/types/wlr_drm_lease_v1.h>
14#include <wlr/types/wlr_layer_shell_v1.h> 13#include <wlr/types/wlr_layer_shell_v1.h>
15#include <wlr/types/wlr_output_management_v1.h> 14#include <wlr/types/wlr_output_management_v1.h>
16#include <wlr/types/wlr_output_power_management_v1.h> 15#include <wlr/types/wlr_output_power_management_v1.h>