meson: add missing dependencies on wayland_client

This commit is contained in:
Baptiste Daroussin 2022-06-23 14:54:50 +02:00
parent 95954b888a
commit ac0af2dab0

View file

@ -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