6a4c7785cf
1.17.4: Fixes an uninitialized fd_set 1.17.3: Various bugfixes across the board. The most visible changes include fixing GLX extension setup under Xwayland and other non-Xorg servers (enabling core contexts in more scenarios), and various stability fixes to glamor and the Present extension.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2015/11/01 22:58:52 tnn Exp $
|
|
|
|
DISTNAME= xorg-server-${XORG_VERSION}
|
|
PKGNAME= modular-xorg-xephyr-${XORG_VERSION}
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../x11/modular-xorg-server/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../x11/modular-xorg-server/patches
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
COMMENT= Xephyr server based on kdrive from modular X.org
|
|
|
|
NOT_FOR_PLATFORM+= Darwin-*-*
|
|
|
|
.include "../../x11/modular-xorg-server/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-xorg
|
|
CONFIGURE_ARGS+= --disable-xnest
|
|
CONFIGURE_ARGS+= --enable-xephyr
|
|
CONFIGURE_ARGS+= --enable-kdrive
|
|
CONFIGURE_ARGS+= --disable-xvfb
|
|
|
|
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 "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../x11/xcb-util-image/buildlink3.mk"
|
|
.include "../../x11/xcb-util-renderutil/buildlink3.mk"
|
|
.include "../../x11/xcb-util-wm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|