summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-12-12 10:23:48 -0800
committerDylan Baker <[email protected]>2017-12-13 09:37:12 -0800
commit1774c1036168b8cc043d1b3c865ca594c0c06c4f (patch)
tree4b741adf11b3a1ff6a389a0f0b21bb201282d217 /src/glx
parentc27a6c45c2f225f5a9966546893252b0435bc371 (diff)
meson: fix glx-test race
This test should rely on dispatch.h being generated, but it doesn't. Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index d81b76906da..51b2843fc90 100644
--- a/src/glx/tests/meson.build
+++ b/src/glx/tests/meson.build
@@ -35,7 +35,7 @@ if with_shared_glapi
glx_test = executable(
'glx-test',
- [files_glx_test, glx_indirect_size_h],
+ [files_glx_test, glx_indirect_size_h, main_dispatch_h],
link_with : [libglx, libglapi],
include_directories : [
include_directories('..', '../../../include/GL/internal'),