Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com> --- src/mapi/glapi/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build index 892d8b35759..db6cd834511 100644 --- a/src/mapi/glapi/meson.build +++ b/src/mapi/glapi/meson.build @@ -78,10 +78,10 @@ libglapi_static = static_library( if not with_shared_glapi and with_tests glapi_static_check_table = executable( 'glapi_static_check_table', - 'tests/check_table.cpp', - include_directories : inc_mesa, + ['tests/check_table.cpp', glapitable_h], + include_directories : [inc_include, inc_src, inc_mesa, inc_mapi], link_with : [libglapi_static], - dependencies : [idep_gtest], + dependencies : [idep_gtest, dep_thread], ) test('glapi_static_check_table', glapi_static_check_table) -- 2.15.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev