diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-03-19 21:27:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-03-19 21:27:07 +0000 |
commit | 7f912d5be8e64628ae72fa29aadfef85aae9127c (patch) | |
tree | 1e5fcccf01178d9429a843e093501533de11c03a /proto | |
parent | 20cdf7268f0006bb9ffa593ffd2235295b561f51 (diff) |
Switch to xorgproto again. tested by stsp@
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 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> |