Signed-off-by: Eric Engestrom <[email protected]>
---
 src/gbm/meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gbm/meson.build b/src/gbm/meson.build
index 1bb3c94c38788b2e42fc..fa40f00374e0039631e1 100644
--- a/src/gbm/meson.build
+++ b/src/gbm/meson.build
@@ -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
-- 
Cheers,
  Eric

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to