move wl_compositor into wlroots as wlr_compositor

This commit is contained in:
Dominique Martinet 2017-08-19 21:48:20 +02:00
parent b876bea288
commit 4110788159
5 changed files with 36 additions and 33 deletions

View file

@ -14,6 +14,7 @@ lib_wlr_types = static_library('wlr_types', files(
'wlr_touch.c',
'wlr_xdg_shell_v6.c',
'wlr_wl_shell.c',
'wlr_compositor.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos])