summaryrefslogtreecommitdiff
path: root/src/mapi/es1api
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-10-30 15:46:05 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-10-31 18:00:06 +0000
commit8a3022ffa05a7951a0929ff292f201b4260a6023 (patch)
treed73fce579dca55c13d3557ac715f3227a8f64018 /src/mapi/es1api
parent5eb7bd0e775e2a4ed3e83dc0e0e5e9888d302b3d (diff)
meson: pass correct args to gles1 ABI test
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/mapi/es1api')
-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