mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-26 04:15:42 +02:00
meson: add missing dependencies on wayland_client
This commit is contained in:
parent
95954b888a
commit
ac0af2dab0
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ if backend_wayland
|
|||
endforeach
|
||||
|
||||
mod_data += {
|
||||
'river': [[wl_proto_src + wl_proto_headers + river_proto_src + river_proto_headers], [dynlist]],
|
||||
'river': [[wl_proto_src + wl_proto_headers + river_proto_src + river_proto_headers], [dynlist, wayland_client]],
|
||||
}
|
||||
|
||||
ftop_proto_headers = []
|
||||
|
@ -81,7 +81,7 @@ if backend_wayland
|
|||
endforeach
|
||||
|
||||
mod_data += {
|
||||
'foreign-toplevel': [[wl_proto_src + wl_proto_headers + ftop_proto_headers + ftop_proto_src], [dynlist]],
|
||||
'foreign-toplevel': [[wl_proto_src + wl_proto_headers + ftop_proto_headers + ftop_proto_src], [dynlist, wayland_client]],
|
||||
}
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue