forked from external/yambar
meson: add missing dependencies on wayland_client
This commit is contained in:
parent
d15d1f58f7
commit
b331473a6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue