build: add missing wayland-client dep in meson
Tests library requires Wayland headers to build. Signed-off-by: Greg V <greg@unrelenting.technology>
This commit is contained in:
parent
8a8558dd59
commit
0f0409835d
@ -33,6 +33,7 @@ lib_test_client = static_library(
|
||||
dep_test_client = declare_dependency(
|
||||
link_with: lib_test_client,
|
||||
dependencies: [
|
||||
dep_wayland_client,
|
||||
dep_test_runner,
|
||||
dep_pixman,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user