Unlink fontcache and xf86misc libs and protos from the build.

They are both unsupported on the server side for many years.
ok tb@
This commit is contained in:
matthieu 2018-05-20 09:40:53 +00:00
parent 54917569e6
commit 049ea173f0
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2018/04/02 17:06:02 matthieu Exp $
# $OpenBSD: Makefile,v 1.35 2018/05/20 09:40:53 matthieu Exp $
.include <bsd.xconf.mk>
@ -40,10 +40,10 @@ SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\
libX11 libXext libXrender libXft libdmx libfontenc \
libFS libICE libSM libXt \
libXmu libXpm libXaw libXfixes libXcomposite \
libXdamage libXcursor libXfont2 libXfontcache \
libXdamage libXcursor libXfont2 \
libXi libXinerama libxkbfile libxkbui \
libXrandr libXRes libXScrnSaver \
libXtst libXv libXvMC libXxf86dga libXxf86misc libXxf86vm \
libXtst libXv libXvMC libXxf86dga libXxf86vm \
libpciaccess pixman
.if ${XENOCARA_BUILD_GL:L} == "yes"

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.13 2014/04/13 11:04:26 matthieu Exp $
# $OpenBSD: Makefile,v 1.14 2018/05/20 09:40:53 matthieu Exp $
.include <bsd.xconf.mk>
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
fixesproto fontcacheproto fontsproto glproto inputproto \
fixesproto fontsproto glproto inputproto \
kbproto pmproto xineramaproto presentproto randrproto \
recordproto renderproto resourceproto scrnsaverproto \
videoproto x11proto xcb-proto xcmiscproto xextproto \
xf86bigfontproto xf86dgaproto xf86miscproto \
xf86bigfontproto xf86dgaproto \
xf86vidmodeproto
.if ${XENOCARA_BUILD_DRI:L} == "yes"