From 3a7498ba7cc544e756c7c3dadf2afc102358787c Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Wed, 1 Apr 2020 19:46:04 +0000 Subject: Set the VT to be used by the X server on arm64 too. ok phessler@ --- Makefile.bsd-wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.bsd-wrapper') diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index e4e7944..5095368 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -4,7 +4,8 @@ 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 -- cgit v1.2.3