mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
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:
parent
c27a6c45c2
commit
1774c10361
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue