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

@ -4,12 +4,12 @@ executable(
include_directories: [sway_inc],
dependencies: [
cairo,
client_protos,
gdk_pixbuf,
jsonc,
math,
pango,
pangocairo,
sway_protos,
wayland_client,
wlroots,
],