build: add missing wayland-client dep in meson

Tests library requires Wayland headers to build.

Signed-off-by: Greg V <greg@unrelenting.technology>
dev
Greg V 6 years ago committed by Pekka Paalanen
parent 8a8558dd59
commit 0f0409835d
  1. 1
      tests/meson.build

@ -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…
Cancel
Save