From: Eric Engestrom Date: Mon, 30 Oct 2017 15:46:15 +0000 (+0000) Subject: meson: pass correct args to gles2 ABI test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ba973fe3784438690c4029f18ab5b514f7ae5d1;p=mesa.git meson: pass correct args to gles2 ABI test Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker Reviewed-by: Emil Velikov --- diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build index f4922d755ad..3d6888a4b8f 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