meson: pass correct args to wayland-egl symbol test
authorEric Engestrom <eric.engestrom@imgtec.com>
Mon, 30 Oct 2017 15:47:26 +0000 (15:47 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Tue, 31 Oct 2017 17:59:54 +0000 (17:59 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/wayland/wayland-egl/meson.build

index f380e96ee32d7f89e6468446be1ebd339379cd65..14c78a3ecbc37308e45b15711654b1d138222fe5 100644 (file)
@@ -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