Add initial layer shell skeleton

This commit is contained in:
Drew DeVault 2018-03-28 15:47:22 -04:00
parent 9070950eec
commit 0c8a64942e
9 changed files with 192 additions and 16 deletions

View file

@ -46,6 +46,7 @@ sway_sources = files(
'ipc-json.c',
'ipc-server.c',
'desktop/output.c',
'desktop/layer_shell.c',
'desktop/wl_shell.c',
'desktop/xdg_shell_v6.c',
'desktop/xwayland.c',
@ -57,14 +58,15 @@ sway_sources = files(
)
sway_deps = [
jsonc,
libcap,
libinput,
math,
pcre,
pixman,
server_protos,
wayland_server,
jsonc,
wlroots,
libcap,
math,
libinput,
xkbcommon,
]