meson: pass correct args to wayland-egl symbol test
[mesa.git] / 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