mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
6 lines
179 B
Meson
6 lines
179 B
Meson
executable(
|
|
'tinywl',
|
|
['tinywl.c', protocols_server_header['xdg-shell'],
|
|
protocols_server_header['dbg-txn'], protocols_server_header['viewporter']],
|
|
dependencies: wlroots,
|
|
)
|