diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-21 12:17:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-21 12:18:56 +0000 |
commit | c431da294b8278e30af4661f6caae2d3e708c3dd (patch) | |
tree | 09f3c500268eaa348940109f80a510b9521f256c | |
parent | 3a6bae040f2a22121b45920c790c3780c5ba2318 (diff) |
x11-toolkits/wlroots: unbreak DRM=off build after a8bed4f81662
Error: Missing: include/wlr/types/wlr_drm_lease_v1.h
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/59205cd93e8a
-rw-r--r-- | x11-toolkits/wlroots/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wlroots/pkg-plist b/x11-toolkits/wlroots/pkg-plist index da12f6318c33..0698d8a43fcb 100644 --- a/x11-toolkits/wlroots/pkg-plist +++ b/x11-toolkits/wlroots/pkg-plist @@ -33,7 +33,7 @@ include/wlr/types/wlr_damage_ring.h include/wlr/types/wlr_data_control_v1.h include/wlr/types/wlr_data_device.h include/wlr/types/wlr_drm.h -include/wlr/types/wlr_drm_lease_v1.h +%%DRM%%include/wlr/types/wlr_drm_lease_v1.h include/wlr/types/wlr_export_dmabuf_v1.h include/wlr/types/wlr_foreign_toplevel_management_v1.h include/wlr/types/wlr_fullscreen_shell_v1.h |