From 0aed830d75e04d9ced5f95d5ed2f9da10d224849 Mon Sep 17 00:00:00 2001 From: rtr Date: Sat, 7 Feb 2004 12:28:13 +0000 Subject: [PATCH] Xdreamcast now builds so turn it on. --- x11/Xserver/Makefile.common | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11/Xserver/Makefile.common b/x11/Xserver/Makefile.common index f59eaf39d8d7..93cf078ecb78 100644 --- a/x11/Xserver/Makefile.common +++ b/x11/Xserver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/02/07 08:30:34 rtr Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/02/07 12:28:13 rtr Exp $ # These define parts of the Xserver tree that are to be # conditionally compiled for different platforms. See @@ -28,10 +28,8 @@ XSERVER_XARM32VIDC= yes XSERVER_XDECNETBSD= yes .endif -# XXX Xdreamcast doesn't link currently so default to no but -# allow override .if ${MACHINE} == "dreamcast" -XSERVER_XDREAMCAST?= no +XSERVER_XDREAMCAST?= yes .endif # XFree86 servers all need XFONT as well.