mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
[DEBUG] Add dbg-txn protocol
This commit is contained in:
parent
f8030ef5ae
commit
5b41595f4d
7 changed files with 207 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
executable(
|
||||
'tinywl',
|
||||
['tinywl.c', protocols_server_header['xdg-shell']],
|
||||
['tinywl.c', protocols_server_header['xdg-shell'],
|
||||
protocols_server_header['dbg-txn'], protocols_server_header['viewporter']],
|
||||
dependencies: wlroots,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue