meson: pass correct args to gles2 ABI test
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 30 Oct 2017 15:46:15 +0000 (15:46 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 31 Oct 2017 18:00:11 +0000 (18:00 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/mapi/es2api/meson.build

index f4922d7..3d6888a 100644 (file)
@@ -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