summaryrefslogtreecommitdiff
path: root/wayland/xwayland/Makefile
blob: c0152263ee4c53f5baffb0b381058392b3df3a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
COMMENT =	the X.Org Xwayland server

DISTNAME =	xwayland-23.1.1
CATEGORIES =	wayland

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/xserver

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

# uses pledge()

WANTLIB = GL Xau Xdmcp Xfont2 xcvt drm gbm kvm pthread c m
WANTLIB += pixman-1 xshmfence epoxy wayland-client

MASTER_SITES =		${MASTER_SITE_XORG:=xserver/}
EXTRACT_SUFX =		.tar.xz

MODULES =		devel/meson xenocara

BUILD_DEPENDS = 	devel/xorgproto \
			devel/libxcvt \
			devel/libinput \
			fonts/xorg-font-util \
			x11/xtrans \
			x11/libxkbfile \
			devel/xorgproto \
			wayland/wayland-protocols

RUN_DEPENDS =		devel/desktop-file-utils \
			x11/xkbcomp

LIB_DEPENDS =		graphics/pixman \
			graphics/libepoxy \
			graphics/mesa \
			sysutils/libdrm \
			wayland/wayland

SEPARATE_BUILD =	yes

CONFIGURE_ARGS =	-Dxdm-auth-1=false \
			-Dsecure-rpc=false

.include <bsd.port.mk>