mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-31 11:08:25 -05:00
types: add wlr_xdg_foreign_v2
Co-authored-by: Jason Francis <cycl0ps@tuta.io>
This commit is contained in:
parent
162f160def
commit
01dcfb360e
5 changed files with 486 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ wlr_files += files(
|
|||
if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) == 1
|
||||
wlr_files += files(
|
||||
'wlr_xdg_foreign_v1.c',
|
||||
'wlr_xdg_foreign_v2.c',
|
||||
'wlr_xdg_foreign_registry.c',
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue