c8425bf6e2
Mario Kleiner (2): Fix RandR leasing for more than 1 simultaneously active lease. modesetting: Allow Present flips with mismatched stride on atomic drivers. Matt Turner (1): xserver 1.20.14 Povilas Kanapickas (4): record: Fix out of bounds access in SwapCreateRegister() xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() Xext: Fix out of bounds access in SProcScreenSaverSuspend() render: Fix out of bounds access in SProcRenderCompositeGlyphs()
37 lines
1.2 KiB
Makefile
37 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.12 2021/12/15 23:35:00 wiz Exp $
|
|
|
|
DISTNAME= xorg-server-${XORG_VERSION}
|
|
PKGNAME= modular-xorg-xwayland-${XORG_VERSION}
|
|
|
|
.include "../../devel/wayland/platform.mk"
|
|
|
|
.if empty(PLATFORM_SUPPORTS_WAYLAND:M[Yy][Ee][Ss])
|
|
PKG_SKIP_REASON+= "Platform does not support Wayland"
|
|
.endif
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
COMMENT= Server for running X clients under Wayland from modular X.org
|
|
|
|
.include "../../x11/modular-xorg-server/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-xorg
|
|
CONFIGURE_ARGS+= --disable-xephyr
|
|
CONFIGURE_ARGS+= --disable-xnest
|
|
CONFIGURE_ARGS+= --disable-xvfb
|
|
CONFIGURE_ARGS+= --disable-xwayland-eglstream
|
|
CONFIGURE_ARGS+= --enable-xwayland
|
|
|
|
post-install:
|
|
${RM} ${DESTDIR}${PREFIX}/lib/xorg/protocol.txt
|
|
${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Xserver.1
|
|
if [ -f ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml ]; then \
|
|
${RM} ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml; \
|
|
fi
|
|
|
|
.include "../../x11/modular-xorg-server/options.mk"
|
|
.include "../../devel/wayland/buildlink3.mk"
|
|
.include "../../devel/wayland-protocols/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|