summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2019-03-19 21:27:07 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2019-03-19 21:27:07 +0000
commit7f912d5be8e64628ae72fa29aadfef85aae9127c (patch)
tree1e5fcccf01178d9429a843e093501533de11c03a /proto
parent20cdf7268f0006bb9ffa593ffd2235295b561f51 (diff)
Switch to xorgproto again. tested by stsp@
Diffstat (limited to 'proto')
-rw-r--r--proto/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/proto/Makefile b/proto/Makefile
index c8e6f0754..45d79adf9 100644
--- a/proto/Makefile
+++ b/proto/Makefile
@@ -1,18 +1,8 @@
-# $OpenBSD: Makefile,v 1.17 2019/02/10 23:07:47 matthieu Exp $
+# $OpenBSD: Makefile,v 1.18 2019/03/19 21:27:06 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 dri3proto
-.endif
+SUBDIR= xcb-proto xorgproto
.include <bsd.subdir.mk>