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
(cherry picked from commit ce89f49b7a)
This commit is contained in:
parent
4414321897
commit
2c48c3837e
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