mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
meson: pass correct args to gbm symbol test
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
be301ab724
commit
5eb7bd0e77
1 changed files with 4 additions and 2 deletions
|
|
@ -70,6 +70,8 @@ pkg.generate(
|
|||
)
|
||||
|
||||
if with_tests
|
||||
gbm_symbols_check = find_program('gbm-symbols-check')
|
||||
test('gbm-symbols-check', gbm_symbols_check)
|
||||
test('gbm-symbols-check',
|
||||
find_program('gbm-symbols-check'),
|
||||
args : libgbm
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue