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>
This commit is contained in:
Matt Turner 2024-12-19 21:51:50 -05:00 committed by Simon Ser
parent fdac631d17
commit 53fbc2b0c1

View file

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