types: add wlr_xdg_foreign_v1

Co-authored-by: Jason Francis <cycl0ps@tuta.io>
This commit is contained in:
Ilia Bozhinov 2021-01-05 20:19:31 +01:00 committed by Simon Ser
parent 37602e153b
commit 162f160def
5 changed files with 486 additions and 0 deletions

View file

@ -9,6 +9,7 @@ if conf_data.get('WLR_HAS_XWAYLAND', 0) != 1
endif
if conf_data.get('WLR_HAS_XDG_FOREIGN', 0) != 1
exclude_files += [
'types/wlr_xdg_foreign_v1.h',
'types/wlr_xdg_foreign_registry.h',
]
endif