View | Details | Raw Unified | Return to bug 244242
Collapse All | Expand All

(-)b/x11-servers/xorg-server/Makefile (-1 / +1 lines)
Lines 20-26 RUN_DEPENDS+= xkeyboard-config>=2.5:x11/xkeyboard-config \ Link Here
20
SLAVE_PORT?=	no
20
SLAVE_PORT?=	no
21
21
22
OPTIONS_SUB=	yes
22
OPTIONS_SUB=	yes
23
OPTIONS_DEFINE=	SUID
23
OPTIONS_DEFINE+=SUID
24
OPTIONS_RADIO=	CONF
24
OPTIONS_RADIO=	CONF
25
OPTIONS_RADIO_CONF=	DEVD UDEV
25
OPTIONS_RADIO_CONF=	DEVD UDEV
26
OPTIONS_DEFAULT=	SUID
26
OPTIONS_DEFAULT=	SUID
(-)b/x11-servers/xwayland/Makefile (+6 lines)
Lines 25-30 CONFIGURE_ARGS+=--disable-dmx --disable-xephyr --disable-xnest --disable-xvfb \ Link Here
25
25
26
PLIST_FILES=	bin/Xwayland
26
PLIST_FILES=	bin/Xwayland
27
27
28
OPTIONS_DEFINE=	NVIDIA
29
30
NVIDIA_DESC=		EGLStream support for glamor on Xwayland
31
NVIDIA_BUILD_DEPENDS=	egl-wayland>0:graphics/egl-wayland
32
NVIDIA_CONFIGURE_ENABLE=xwayland-eglstream
33
28
do-install:
34
do-install:
29
	cd ${WRKSRC}/hw/xwayland; DESTDIR=${STAGEDIR} ${MAKE_CMD} install
35
	cd ${WRKSRC}/hw/xwayland; DESTDIR=${STAGEDIR} ${MAKE_CMD} install
30
36

Return to bug 244242