mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Removed unnecessary dependencies
This commit is contained in:
parent
30f471d8b4
commit
555b78e9ec
3 changed files with 1 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ foreach p : client_protocols
|
|||
endforeach
|
||||
|
||||
lib_wl_protos = static_library('wl_protos', wl_protos_src + wl_protos_headers,
|
||||
dependencies: [wayland_client]) # for the include directory
|
||||
dependencies: [wayland_server]) # for the include directory
|
||||
|
||||
wlr_protos = declare_dependency(
|
||||
link_with: lib_wl_protos,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue