[Mesa-dev] [PATCH mesa 10/11] meson: pass correct args to gles1 ABI test
Eric Engestrom
eric.engestrom at imgtec.com
Tue Oct 31 11:20:07 UTC 2017
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
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
More information about the mesa-dev
mailing list