mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
tinywl: depend on the server xdg-shell header
This commit is contained in:
parent
48721bca65
commit
ce89f49b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
executable(
|
executable(
|
||||||
'tinywl',
|
'tinywl',
|
||||||
['tinywl.c', protocols_client_header['xdg-shell']],
|
['tinywl.c', protocols_server_header['xdg-shell']],
|
||||||
dependencies: wlroots,
|
dependencies: wlroots,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue