Module Name: src
Committed By: tsutsui
Date: Sat Jul 31 14:45:20 UTC 2010
Modified Files:
src/external/mit/xorg/server/xorg-server: Makefile.common
Log Message:
Remove commented out XSERVER_XDREAMCAST lines.
It won't happen but will be supported by Xorg wsfb server.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
src/external/mit/xorg/server/xorg-server/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/server/xorg-server/Makefile.common
diff -u src/external/mit/xorg/server/xorg-server/Makefile.common:1.15 src/external/mit/xorg/server/xorg-server/Makefile.common:1.16
--- src/external/mit/xorg/server/xorg-server/Makefile.common:1.15 Sat Jul 31 14:40:05 2010
+++ src/external/mit/xorg/server/xorg-server/Makefile.common Sat Jul 31 14:45:19 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2010/07/31 14:40:05 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.16 2010/07/31 14:45:19 tsutsui Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -31,10 +31,6 @@
#XSERVER_XFREE68= yes
.endif
-#.if ${MACHINE} == "dreamcast"
-#XSERVER_XDREAMCAST?= yes
-#.endif
-
.if ${MACHINE} == "newsmips"
XSERVER_XNEWSMIPS?= yes
.endif
@@ -107,8 +103,6 @@
XSERVER_XARM32VIDC?= no
# Does this platform build the XdecNetBSD server?
XSERVER_XDECNETBSD?= no
-# Does this platform build the Xdreamcast server?
-XSERVER_XDREAMCAST?= no
# Does this platform build the Xnewsmips server?
XSERVER_XNEWSMIPS?= no
# Does this platform build the Xfree68 servers?