Module: Mesa
Branch: master
Commit: 1774c1036168b8cc043d1b3c865ca594c0c06c4f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1774c1036168b8cc043d1b3c865ca594c0c06c4f

Author: Dylan Baker <[email protected]>
Date:   Tue Dec 12 10:23:48 2017 -0800

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]>

---

 src/glx/tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index d81b76906d..51b2843fc9 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'),

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to