wlroots/tinywl/meson.build
Kirill Primak 2c48c3837e tinywl: depend on the server xdg-shell header
(cherry picked from commit ce89f49b7a)
2024-01-24 09:24:59 -05:00

5 lines
102 B
Meson

executable(
'tinywl',
['tinywl.c', protocols_server_header['xdg-shell']],
dependencies: wlroots,
)