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:
parent
54917569e6
commit
049ea173f0
@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
@ -40,10 +40,10 @@ SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\
|
|||||||
libX11 libXext libXrender libXft libdmx libfontenc \
|
libX11 libXext libXrender libXft libdmx libfontenc \
|
||||||
libFS libICE libSM libXt \
|
libFS libICE libSM libXt \
|
||||||
libXmu libXpm libXaw libXfixes libXcomposite \
|
libXmu libXpm libXaw libXfixes libXcomposite \
|
||||||
libXdamage libXcursor libXfont2 libXfontcache \
|
libXdamage libXcursor libXfont2 \
|
||||||
libXi libXinerama libxkbfile libxkbui \
|
libXi libXinerama libxkbfile libxkbui \
|
||||||
libXrandr libXRes libXScrnSaver \
|
libXrandr libXRes libXScrnSaver \
|
||||||
libXtst libXv libXvMC libXxf86dga libXxf86misc libXxf86vm \
|
libXtst libXv libXvMC libXxf86dga libXxf86vm \
|
||||||
libpciaccess pixman
|
libpciaccess pixman
|
||||||
|
|
||||||
.if ${XENOCARA_BUILD_GL:L} == "yes"
|
.if ${XENOCARA_BUILD_GL:L} == "yes"
|
||||||
|
@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
|
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
|
||||||
fixesproto fontcacheproto fontsproto glproto inputproto \
|
fixesproto fontsproto glproto inputproto \
|
||||||
kbproto pmproto xineramaproto presentproto randrproto \
|
kbproto pmproto xineramaproto presentproto randrproto \
|
||||||
recordproto renderproto resourceproto scrnsaverproto \
|
recordproto renderproto resourceproto scrnsaverproto \
|
||||||
videoproto x11proto xcb-proto xcmiscproto xextproto \
|
videoproto x11proto xcb-proto xcmiscproto xextproto \
|
||||||
xf86bigfontproto xf86dgaproto xf86miscproto \
|
xf86bigfontproto xf86dgaproto \
|
||||||
xf86vidmodeproto
|
xf86vidmodeproto
|
||||||
|
|
||||||
.if ${XENOCARA_BUILD_DRI:L} == "yes"
|
.if ${XENOCARA_BUILD_DRI:L} == "yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user