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
This commit is contained in:
Simon Ser 2024-02-15 11:52:38 +01:00 committed by Simon Zeni
parent 7a2ff7ba81
commit ca40663d42
1 changed files with 0 additions and 1 deletions

View File

@ -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>