Add wlr_xdg_output_manager

This commit is contained in:
Drew DeVault 2018-04-05 12:22:19 -04:00
parent 9a30a4f557
commit abfe7923c4
6 changed files with 219 additions and 0 deletions

View file

@ -33,6 +33,7 @@ lib_wlr_types = static_library(
'wlr_xcursor_manager.c',
'wlr_xdg_shell_v6.c',
'wlr_xdg_shell.c',
'wlr_xdg_output.c',
),
include_directories: wlr_inc,
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos],