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:
Greg V 2018-12-13 23:20:16 +03:00 committed by Pekka Paalanen
parent 8a8558dd59
commit 0f0409835d

View file

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