1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

x11-servers/xwayland-devel: pass --skip-subprojects from within ninja

This commit is contained in:
Jan Beich 2023-04-28 22:14:24 +00:00
parent 8bda7158da
commit 2e79e158e4

View File

@ -80,12 +80,9 @@ NVIDIA_BUILD_DEPENDS= egl-wayland>0:graphics/egl-wayland
NVIDIA_MESON_TRUE= xwayland_eglstream
.ifdef GL_TUPLE
post-install:
# XXX USES=meson invokes ninja directly, so doesn't support --skip-subprojects
@${RM} -r ${STAGEDIR}${PREFIX}/include/GL
@${RM} -r ${STAGEDIR}${PREFIX}/include/X11
@${RM} -r ${STAGEDIR}${PREFIX}/share/doc/xorgproto
@${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig
post-configure:
@${REINPLACE_CMD} 's/meson install/& \
--skip-subprojects/' ${BUILD_WRKSRC}/build.ninja
.endif
.include <bsd.port.mk>