aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-10-30 15:46:15 +0000
committerEric Engestrom <[email protected]>2017-10-31 18:00:11 +0000
commit3ba973fe3784438690c4029f18ab5b514f7ae5d1 (patch)
tree6798c2f014a7a02ed02e5e5a5b8119df7406f078 /src/mapi
parent8a3022ffa05a7951a0929ff292f201b4260a6023 (diff)
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]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/es2api/meson.build5
1 files changed, 4 insertions, 1 deletions
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