mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Add initial layer shell skeleton
This commit is contained in:
parent
9070950eec
commit
0c8a64942e
9 changed files with 192 additions and 16 deletions
|
|
@ -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,
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue