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:
Eric Engestrom 2017-10-30 15:45:22 +00:00
parent be301ab724
commit 5eb7bd0e77

View file

@ -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