[DEBUG] Add dbg-txn protocol

This commit is contained in:
Kirill Primak 2024-01-08 20:04:15 +03:00
parent f8030ef5ae
commit 5b41595f4d
7 changed files with 207 additions and 1 deletions

View file

@ -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,
)