meson: add missing dependencies on wayland_client

This commit is contained in:
Baptiste Daroussin 2022-06-23 14:54:50 +02:00 committed by Daniel Eklöf
parent d15d1f58f7
commit b331473a6b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -59,7 +59,7 @@ if backend_wayland
endforeach endforeach
mod_data += { 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 = [] ftop_proto_headers = []
@ -81,7 +81,7 @@ if backend_wayland
endforeach endforeach
mod_data += { 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 endif