Module: Mesa Branch: master Commit: 105178db8f5d7d45b268c7664388d7db90350704 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=105178db8f5d7d45b268c7664388d7db90350704
Author: Dylan Baker <[email protected]> Date: Tue Nov 7 16:00:34 2017 -0800 meson: fix test source name for static glapi fixes: 43a6e84927e3 ("meson: build mesa test.") Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/mesa/main/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/tests/meson.build b/src/mesa/main/tests/meson.build index 12be739394..d1bd81a560 100644 --- a/src/mesa/main/tests/meson.build +++ b/src/mesa/main/tests/meson.build @@ -30,7 +30,7 @@ if with_shared_glapi ) link_main_test += libglapi else - files_main_test += files('stub.cpp') + files_main_test += files('stubs.cpp') endif test( _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
