Move wl_shell into wlroots

This commit is contained in:
Dominique Martinet 2017-08-14 19:22:28 +02:00
parent f60b53c6e3
commit f4e6b138fb
6 changed files with 58 additions and 43 deletions

View file

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