summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-12-17 12:01:59 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2019-04-29 11:49:46 +0000
commit1f5742d27187fabba0c556b50ebfcd9fddfdcf2b (patch)
treef867e7659a8451884bf3333a9a350e9c3de5ea71 /test
parentf013979507da96377fad0e58b0699d9de051bb39 (diff)
downloadxserver-1f5742d27187fabba0c556b50ebfcd9fddfdcf2b.tar.gz
meson: Fix building unit tests when protocol headers aren't in default include path
Diffstat (limited to 'test')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 344784734..784100cca 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -165,7 +165,7 @@ if build_xorg
unit = executable('tests',
unit_sources,
c_args: unit_defines,
- dependencies: pixman_dep,
+ dependencies: [pixman_dep, randrproto_dep, inputproto_dep],
include_directories: unit_includes,
link_args: ldwraps,
link_with: xorg_link,