mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Add debug tree view
This commit is contained in:
parent
a06052ad9d
commit
603e0e42c5
8 changed files with 145 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ sway_sources = files(
|
|||
'commands.c',
|
||||
'config.c',
|
||||
'criteria.c',
|
||||
'debug-tree.c',
|
||||
'ipc-json.c',
|
||||
'ipc-server.c',
|
||||
'security.c',
|
||||
|
|
@ -102,10 +103,13 @@ sway_sources = files(
|
|||
)
|
||||
|
||||
sway_deps = [
|
||||
cairo,
|
||||
gdk_pixbuf,
|
||||
jsonc,
|
||||
libcap,
|
||||
libinput,
|
||||
math,
|
||||
pango,
|
||||
pcre,
|
||||
pixman,
|
||||
server_protos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue