aboutsummaryrefslogtreecommitdiffstats
path: root/egl/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'egl/meson.build')
-rw-r--r--egl/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/egl/meson.build b/egl/meson.build
index 5363e80..b72c7a4 100644
--- a/egl/meson.build
+++ b/egl/meson.build
@@ -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)