diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-02-10 09:00:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-02-10 09:00:40 +0000 |
commit | 7f0ef44187222575166f069dcf033779233b1b16 (patch) | |
tree | 694c1be3331a76d75f90296fa3fbb81733f5afa1 /proto | |
parent | 590257c2a6942319b9f992adfe02bbeee4025995 (diff) |
Switch to xorgproto
Diffstat (limited to 'proto')
-rw-r--r-- | proto/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/proto/Makefile b/proto/Makefile index 7743047a0..f267de56c 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,18 +1,8 @@ -# $OpenBSD: Makefile,v 1.15 2018/06/26 06:51:17 kettenis Exp $ +# $OpenBSD: Makefile,v 1.16 2019/02/10 09:00:39 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> |