mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
meson: fix test source name for static glapi
fixes: 43a6e84927 ("meson: build mesa test.")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
9be7487f30
commit
105178db8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue