mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-26 08:56:29 -05:00
types: introduce wlr_drm_lease_v1
This commit is contained in:
parent
c67e3fe3b7
commit
3984c81faa
3 changed files with 866 additions and 0 deletions
|
|
@ -69,3 +69,9 @@ wlr_files += files(
|
|||
'wlr_xdg_foreign_registry.c',
|
||||
'wlr_xdg_output_v1.c',
|
||||
)
|
||||
|
||||
if features.get('drm-backend')
|
||||
wlr_files += files(
|
||||
'wlr_drm_lease_v1.c',
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue