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:
@@ -33,6 +33,7 @@ lib_test_client = static_library(
|
|||||||
dep_test_client = declare_dependency(
|
dep_test_client = declare_dependency(
|
||||||
link_with: lib_test_client,
|
link_with: lib_test_client,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
dep_wayland_client,
|
||||||
dep_test_runner,
|
dep_test_runner,
|
||||||
dep_pixman,
|
dep_pixman,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user