mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
5 lines
102 B
Meson
5 lines
102 B
Meson
executable(
|
|
'tinywl',
|
|
['tinywl.c', protocols_server_header['xdg-shell']],
|
|
dependencies: wlroots,
|
|
)
|