Signed-off-by: Eric Engestrom <[email protected]>
---
src/mapi/es2api/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build
index f4922d755adee30c0efb..3d6888a4b8f789cf355a 100644
--- a/src/mapi/es2api/meson.build
+++ b/src/mapi/es2api/meson.build
@@ -50,5 +50,8 @@ pkg.generate(
)
if with_tests
- test('es2-ABI-check', find_program('ABI-check'))
+ test('es2-ABI-check',
+ find_program('ABI-check'),
+ args : libgles2
+ )
endif
--
Cheers,
Eric
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev