[Mesa-dev] [PATCH mesa 11/11] meson: pass correct args to gles2 ABI test

Eric Engestrom eric.engestrom at imgtec.com
Tue Oct 31 11:20:08 UTC 2017


Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
 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



More information about the mesa-dev mailing list