From 98fb1d48c42743a05cdd4feffbddd96095e4b256 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 (cherry picked from commit 7bcf2bcafc7bf2ec0d089687e5d6291df816e0c6) 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 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, ],