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

Author: Eric Engestrom <eric.engest...@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.engest...@imgtec.com>
Reviewed-by: Dylan Baker <dy...@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.veli...@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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to