Move app/xtsscale build after drivers, since it requires a

header installed by driver/xf86-input-ws.
Problem noticed by jdixon@
This commit is contained in:
matthieu 2009-11-26 22:53:50 +00:00
parent 5f158e3016
commit e58626a0cd
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2009/10/01 19:48:31 matthieu Exp $
# $OpenBSD: Makefile,v 1.32 2009/11/26 22:53:50 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@ -15,7 +15,8 @@ XSERVER= xserver
XSERVER+= kdrive
.endif
SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc
SUBDIR= proto font/util data/bitmaps lib app data/xkbdata \
${XSERVER} driver app/xtsscale util doc
.ifndef NOFONTS
SUBDIR+= font
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2009/10/04 15:01:49 matthieu Exp $
# $OpenBSD: Makefile,v 1.24 2009/11/26 22:53:50 matthieu Exp $
.include <bsd.xconf.mk>
SUBDIR= bdftopcf mkfontscale mkfontdir \
@ -31,7 +31,7 @@ SUBDIR += xdriinfo glxgears glxinfo
# extras
SUBDIR += cwm fvwm ssh-askpass xterm xidle xlockmore xsystrace \
xtsscale xvctl
xvctl
.include <bsd.subdir.mk>