blob: 09c467177fbf7f14fe4b974aa9ad31bd38923be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $OpenBSD: Makefile,v 1.11 2010/05/29 17:25:11 matthieu Exp $
.include <bsd.xconf.mk>
SUBDIR= bigreqsproto compositeproto dmxproto damageproto \
fixesproto fontcacheproto fontsproto glproto inputproto \
kbproto pmproto xineramaproto randrproto \
recordproto renderproto resourceproto scrnsaverproto \
videoproto x11proto xcmiscproto xextproto \
xf86bigfontproto xf86dgaproto xf86miscproto \
xf86vidmodeproto
.if ${XENOCARA_BUILD_DRI:L} == "yes"
SUBDIR+= xf86driproto dri2proto
.endif
.if ${XENOCARA_BUILD_XCB:L} == "yes"
SUBDIR+= xcb-proto
.endif
.include <bsd.subdir.mk>
build: _SUBDIRUSE
|