Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/server/xorg-server Remove commented out XS...



details:   https://anonhg.NetBSD.org/src/rev/eac1c995e84b
branches:  trunk
changeset: 756757:eac1c995e84b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jul 31 14:45:19 2010 +0000

description:
Remove commented out XSERVER_XDREAMCAST lines.
It won't happen but will be supported by Xorg wsfb server.

diffstat:

 external/mit/xorg/server/xorg-server/Makefile.common |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 1efef66f2576 -r eac1c995e84b external/mit/xorg/server/xorg-server/Makefile.common
--- a/external/mit/xorg/server/xorg-server/Makefile.common      Sat Jul 31 14:40:05 2010 +0000
+++ b/external/mit/xorg/server/xorg-server/Makefile.common      Sat Jul 31 14:45:19 2010 +0000
@@ -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?



Home | Main Index | Thread Index | Old Index