xenocara/proto/Makefile
matthieu 049ea173f0 Unlink fontcache and xf86misc libs and protos from the build.
They are both unsupported on the server side for many years.
ok tb@
2018-05-20 09:40:53 +00:00

20 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.14 2018/05/20 09:40:53 matthieu Exp $
.include <bsd.xconf.mk>
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
fixesproto fontsproto glproto inputproto \
kbproto pmproto xineramaproto presentproto randrproto \
recordproto renderproto resourceproto scrnsaverproto \
videoproto x11proto xcb-proto xcmiscproto xextproto \
xf86bigfontproto xf86dgaproto \
xf86vidmodeproto
.if ${XENOCARA_BUILD_DRI:L} == "yes"
SUBDIR+= xf86driproto dri2proto
.endif
.include <bsd.subdir.mk>
build: _SUBDIRUSE