Mesa (master): meson: fix test source name for static glapi

Dylan Baker dbaker at kemper.freedesktop.org
Tue Feb 6 23:00:56 UTC 2018


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

Author: Dylan Baker <dylan at pnwbakers.com>
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 <dylanx.c.baker at intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 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(




More information about the mesa-commit mailing list