diff --git a/hw/xwayland/meson.build b/hw/xwayland/meson.build index 337b7409a..a89753d44 100644 --- a/hw/xwayland/meson.build +++ b/hw/xwayland/meson.build @@ -146,6 +146,7 @@ xwayland_server = executable( include_directories: wayland_inc, dependencies: [ common_dep, + epoll_dep, xwayland_dep, xwaylandproto_dep, ],