mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
parent
fdac631d17
commit
53fbc2b0c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue