Mesa (master): meson: pass correct args to gles2 ABI test

Eric Engeström eric_engestrom at kemper.freedesktop.org
Tue Oct 31 18:09:33 UTC 2017


Module: Mesa
Branch: master
Commit: 3ba973fe3784438690c4029f18ab5b514f7ae5d1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ba973fe3784438690c4029f18ab5b514f7ae5d1

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Mon Oct 30 15:46:15 2017 +0000

meson: pass correct args to gles2 ABI test

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.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 f4922d755a..3d6888a4b8 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




More information about the mesa-commit mailing list