Set the VT to be used by the X server on arm64 too. ok phessler@

This commit is contained in:
matthieu 2020-04-01 19:46:03 +00:00
parent 79bf692af9
commit 9d9d20762c

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2018/07/15 09:05:11 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2020/04/01 19:46:03 matthieu Exp $
.include <bsd.own.mk>
XENODMCONFIGDIR=/etc/X11/xenodm
PIXMAPDIR=$(XENODMCONFIGDIR)/pixmaps
.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc
.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc \
|| ${MACHINE} == arm64
DEFAULT_VT= --with-default-vt=vt05
.endif