meson: fix glx-test race

This test should rely on dispatch.h being generated, but it doesn't.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker 2017-12-12 10:23:48 -08:00
parent c27a6c45c2
commit 1774c10361

View file

@ -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'),