mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 11:00:15 +01:00
build: Add epoll to Xwayland for DragonFly and OpenBSD
DragonFly and OpenBSD rely on epoll-shim for <sys/eventfd>, add a
optional dependency to build Xwayland.
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
(cherry picked from commit 7bcf2bcafc)
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1702>
This commit is contained in:
parent
b701969331
commit
98fb1d48c4
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ xwayland_server = executable(
|
|||
include_directories: wayland_inc,
|
||||
dependencies: [
|
||||
common_dep,
|
||||
epoll_dep,
|
||||
xwayland_dep,
|
||||
xwaylandproto_dep,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue