Mesa (master): meson: pass correct args to wayland-egl symbol test

Eric Engeström eric_engestrom at kemper.freedesktop.org
Tue Oct 31 18:09:33 UTC 2017


Module: Mesa
Branch: master
Commit: be301ab724ce3a582a9a33f311893f3c6b55e964
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=be301ab724ce3a582a9a33f311893f3c6b55e964

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Mon Oct 30 15:47:26 2017 +0000

meson: pass correct args to wayland-egl symbol test

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.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 f380e96ee3..14c78a3ecb 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




More information about the mesa-commit mailing list