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

Author: Eric Engestrom <eric.engest...@imgtec.com>
Date:   Mon Oct 30 15:46:05 2017 +0000

meson: pass correct args to gles1 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/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 57cfb1e8d8..84a21cd6b7 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

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

Reply via email to