Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch ports using MI wsfb drivers to HAVE_XORG_SER...
details: https://anonhg.NetBSD.org/src/rev/97a4055ebd07
branches: trunk
changeset: 936165:97a4055ebd07
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jul 20 14:24:13 2020 +0000
description:
Switch ports using MI wsfb drivers to HAVE_XORG_SERVER_VER=120.
Xorg wsfb servers from 1.20 for dreamcast (16bpp), hp300 (8bpp), and
luna68k (1bpp) work fine even on NetBSD 9.0, and zaurus is also
confirmed working.
Discussed with mrg@ and macallan@ on tech-x11:
https://mail-index.netbsd.org/tech-x11/2020/07/thread1.html#002098
diffstat:
share/mk/bsd.own.mk | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r ee661e117d0a -r 97a4055ebd07 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Jul 20 14:19:41 2020 +0000
+++ b/share/mk/bsd.own.mk Mon Jul 20 14:24:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1200 2020/07/04 21:02:16 chs Exp $
+# $NetBSD: bsd.own.mk,v 1.1201 2020/07/20 14:24:13 tsutsui Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1517,17 +1517,11 @@
.if \
${MACHINE} == "alpha" || \
${MACHINE} == "amiga" || \
- ${MACHINE} == "ews4800mips" || \
- ${MACHINE} == "hpcarm" || \
- ${MACHINE} == "hpcmips" || \
- ${MACHINE} == "hpcsh" || \
${MACHINE} == "mac68k" || \
${MACHINE} == "netwinder" || \
- ${MACHINE} == "newsmips" || \
${MACHINE} == "sgimips" || \
${MACHINE} == "vax" || \
- ${MACHINE} == "x68k" || \
- ${MACHINE} == "zaurus"
+ ${MACHINE} == "x68k"
HAVE_XORG_SERVER_VER?=110
.else
HAVE_XORG_SERVER_VER?=120
Home |
Main Index |
Thread Index |
Old Index