diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-20 09:40:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-20 09:40:54 +0000 |
commit | 9783d3afc5aae032cf8ef03bea1a91f0cecc32f1 (patch) | |
tree | f1385dfa79afece5df69512bf7286f26433f3d1e /proto/Makefile | |
parent | 5f0eedfe496dc03c36ee2dbb1896f1ec8b32fc89 (diff) |
Unlink fontcache and xf86misc libs and protos from the build.
They are both unsupported on the server side for many years.
ok tb@
Diffstat (limited to 'proto/Makefile')
-rw-r--r-- | proto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proto/Makefile b/proto/Makefile index 755595895..8133c88f0 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.13 2014/04/13 11:04:26 matthieu Exp $ +# $OpenBSD: Makefile,v 1.14 2018/05/20 09:40:53 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bigreqsproto compositeproto dmxproto damageproto \ - fixesproto fontcacheproto fontsproto glproto inputproto \ + fixesproto fontsproto glproto inputproto \ kbproto pmproto xineramaproto presentproto randrproto \ recordproto renderproto resourceproto scrnsaverproto \ videoproto x11proto xcb-proto xcmiscproto xextproto \ - xf86bigfontproto xf86dgaproto xf86miscproto \ + xf86bigfontproto xf86dgaproto \ xf86vidmodeproto .if ${XENOCARA_BUILD_DRI:L} == "yes" |