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