From 7bcf2bcafc7bf2ec0d089687e5d6291df816e0c6 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 13 Aug 2024 10:29:33 +0200 Subject: [PATCH] build: Add epoll to Xwayland for DragonFly and OpenBSD DragonFly and OpenBSD rely on epoll-shim for , add a optional dependency to build Xwayland. Signed-off-by: Olivier Fourdan Part-of: --- hw/xwayland/meson.build | 1 + 1 file changed, 1 insertion(+) 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, ],