diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-25 19:14:55 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-25 19:14:55 +0000 |
commit | ad9a424d87876a8c08ddd5bc093d9af3b73e972f (patch) | |
tree | 9149923fdcb2677f1078b9ad423aaa4f070915cc /app | |
parent | 14aabedeae59c3d15a19e84040a8fbb0ced4ea06 (diff) |
Unlink xfs from the build.
no objections from at least krw@, ajacoutot@, dcoppa@
Diffstat (limited to 'app')
-rw-r--r-- | app/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/Makefile b/app/Makefile index db12b0412..63f09f1ca 100644 --- a/app/Makefile +++ b/app/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2014/07/12 16:36:22 matthieu Exp $ +# $OpenBSD: Makefile,v 1.33 2014/08/25 19:14:54 matthieu Exp $ .include <bsd.xconf.mk> SUBDIR= bdftopcf mkfontscale mkfontdir \ @@ -16,11 +16,6 @@ SUBDIR= bdftopcf mkfontscale mkfontdir \ xsetroot xsm xstdcmap xvidtune xvinfo xwd xwininfo \ xwud -# Font server doesn't link on architectures with static only libraries -.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "yes" -SUBDIR += xfs -.endif - # GL .if ${XENOCARA_BUILD_GL:L} == "yes" SUBDIR += xdriinfo glxgears glxinfo |