Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/Xserver Pull up revision 1.21 (requested by jmc in ti...



details:   https://anonhg.NetBSD.org/src/rev/d45767b59d3e
branches:  netbsd-3
changeset: 575181:d45767b59d3e
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:02:02 2005 +0000

description:
Pull up revision 1.21 (requested by jmc in ticket #114):
+ add missing source files for dmx
+ add bits to turn on building of Xdmx

diffstat:

 x11/Xserver/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 32b1777e502f -r d45767b59d3e x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Wed Apr 06 21:01:57 2005 +0000
+++ b/x11/Xserver/Makefile.common       Wed Apr 06 21:02:02 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.20 2005/01/09 21:45:53 fredb Exp $
+#      $NetBSD: Makefile.common,v 1.20.2.1 2005/04/06 21:02:02 tron Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -103,6 +103,8 @@
 XSERVER_XARM32VIDC?=   no
 # Does this platform build the XdecNetBSD server?
 XSERVER_XDECNETBSD?=   no
+# Does this platform build the Xdmx server?
+XSERVER_XDMX?=         yes
 # Does this platform build the Xdreamcast server?
 XSERVER_XDREAMCAST?=   no
 # Does this platform build the Xnewsmips server?



Home | Main Index | Thread Index | Old Index