diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build index 460c57300..0ccb32a75 100644 --- a/hw/xwayland/meson.build +++ b/hw/xwayland/meson.build @@ -139,6 +139,7 @@ xwayland_server = executable( include_directories: wayland_inc, dependencies: [ common_dep, + epoll_dep, xwayland_dep, xwaylandproto_dep, ],