egl: Make wayland-egl symbols check depend on wayland_egl

Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/515
Signed-off-by: Matt Turner <mattst88@gmail.com>
(cherry picked from commit 53fbc2b0c1)
This commit is contained in:
Matt Turner 2024-12-19 21:51:50 -05:00 committed by Simon Ser
parent 9099588de1
commit 081f8af18a

View file

@ -22,6 +22,7 @@ if get_option('tests')
test(
'wayland-egl symbols check',
find_program('wayland-egl-symbols-check'),
depends: wayland_egl,
env: [
'WAYLAND_EGL_LIB=@0@'.format(wayland_egl_shared.full_path()),
'NM=@0@'.format(nm_path)