meson: wayland-egl depends on wayland-client
[mesa.git] / src / egl / wayland / wayland-egl / meson.build
index 5e7c31038438d899f85713340db2d44788c62357..f380e96ee32d7f89e6468446be1ebd339379cd65 100644 (file)
@@ -24,6 +24,7 @@ libwayland_egl = shared_library(
   'wayland-egl.c',
   c_args : [c_vis_args],
   link_args : ld_args_gc_sections,
+  dependencies : dep_wayland_client,
   version : '1.0.0',
   install : true,
 )