Module: Mesa Branch: master Commit: 3ba973fe3784438690c4029f18ab5b514f7ae5d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ba973fe3784438690c4029f18ab5b514f7ae5d1
Author: Eric Engestrom <[email protected]> Date: Mon Oct 30 15:46:15 2017 +0000 meson: pass correct args to gles2 ABI test Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
