[Mesa-dev] [PATCH mesa 08/11] meson: pass correct args to wayland-egl symbol test
Eric Engestrom
eric.engestrom at imgtec.com
Tue Oct 31 11:20:05 UTC 2017
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
src/egl/wayland/wayland-egl/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/egl/wayland/wayland-egl/meson.build b/src/egl/wayland/wayland-egl/meson.build
index f380e96ee32d7f89e646..14c78a3ecbc37308e45b 100644
--- a/src/egl/wayland/wayland-egl/meson.build
+++ b/src/egl/wayland/wayland-egl/meson.build
@@ -38,6 +38,9 @@ pkg.generate(
)
if with_tests
- test('wayland-egl-symbols-check', find_program('wayland-egl-symbols-check'))
+ test('wayland-egl-symbols-check',
+ find_program('wayland-egl-symbols-check'),
+ args : libwayland_egl
+ )
test('wayland-egl-abi-check', executable('wayland-egl-abi-check', 'wayland-egl-abi-check.c'))
endif
--
Cheers,
Eric
More information about the mesa-dev
mailing list