diff options
author | Dylan Baker <[email protected]> | 2017-11-07 16:00:34 -0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-03-20 16:57:22 +0000 |
commit | 08135dcbc0847c037ac06d3b5f17281529ab0f3d (patch) | |
tree | 1d9fe46b1b97175c7e325ddcce213c3c0f743d66 /src | |
parent | 3a3e55e5f73f7c1aa891f10740b9c861bec4bb39 (diff) |
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]>
(cherry picked from commit 105178db8f5d7d45b268c7664388d7db90350704)
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/tests/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/meson.build b/src/mesa/main/tests/meson.build index 12be7393945..d1bd81a5604 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( |