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