diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 20:49:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 20:49:00 +0000 |
commit | 8497862bdc0e560d1d9fd5306860b00b1fbc1f79 (patch) | |
tree | f43a538f6c8aa3f931f0d0158892cace0b728d50 /proto | |
parent | e3a3855ef99aac36d1c9dd930ab403ef96c040d1 (diff) |
xcb is no longer optional.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/proto/Makefile b/proto/Makefile index 09c467177..2c38960df 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/05/29 17:25:11 matthieu Exp $ +# $OpenBSD: Makefile,v 1.12 2011/03/08 20:48:59 matthieu Exp $ .include <bsd.xconf.mk> @@ -6,18 +6,14 @@ SUBDIR= bigreqsproto compositeproto dmxproto damageproto \ fixesproto fontcacheproto fontsproto glproto inputproto \ kbproto pmproto xineramaproto randrproto \ recordproto renderproto resourceproto scrnsaverproto \ - videoproto x11proto xcmiscproto xextproto \ + videoproto x11proto xcb-proto xcmiscproto xextproto \ xf86bigfontproto xf86dgaproto xf86miscproto \ - xf86vidmodeproto + 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 |