mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
6 lines
102 B
Meson
6 lines
102 B
Meson
executable(
|
|
'tinywl',
|
|
['tinywl.c', protocols_client_header['xdg-shell']],
|
|
dependencies: wlroots,
|
|
)
|