aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-10-30 15:46:05 +0000
committerEric Engestrom <[email protected]>2017-10-31 18:00:06 +0000
commit8a3022ffa05a7951a0929ff292f201b4260a6023 (patch)
treed73fce579dca55c13d3557ac715f3227a8f64018 /src/mapi
parent5eb7bd0e775e2a4ed3e83dc0e0e5e9888d302b3d (diff)
meson: pass correct args to gles1 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/es1api/meson.build5
1 files changed, 4 insertions, 1 deletions
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