projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8558d
)
build: add missing wayland-client dep in meson
author
Greg V
<greg@unrelenting.technology>
Thu, 13 Dec 2018 20:20:16 +0000
(23:20 +0300)
committer
Pekka Paalanen
<pq@iki.fi>
Thu, 20 Dec 2018 18:37:34 +0000
(18:37 +0000)
Tests library requires Wayland headers to build.
Signed-off-by: Greg V <greg@unrelenting.technology>
tests/meson.build
patch
|
blob
|
history
diff --git
a/tests/meson.build
b/tests/meson.build
index 2d681909928589891377d4e6f5071a82ab3c2a23..f1bfe74a32f5969efe73df423b68ef5abdf4164b 100644
(file)
--- a/
tests/meson.build
+++ b/
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,
]