Source-Changes-HG archive

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

[src/trunk]: src/x11/Xserver build Xvfb by default



details:   https://anonhg.NetBSD.org/src/rev/184d9db8d9ca
branches:  trunk
changeset: 557520:184d9db8d9ca
user:      rtr <rtr%NetBSD.org@localhost>
date:      Sun Jan 11 09:07:28 2004 +0000

description:
build Xvfb by default

diffstat:

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

diffs (42 lines):

diff -r 57ae79c58f64 -r 184d9db8d9ca x11/Xserver/Makefile.common
--- a/x11/Xserver/Makefile.common       Sun Jan 11 08:55:55 2004 +0000
+++ b/x11/Xserver/Makefile.common       Sun Jan 11 09:07:28 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.5 2004/01/10 04:34:33 fredb Exp $
+#      $NetBSD: Makefile.common,v 1.6 2004/01/11 09:07:28 rtr Exp $
 
 # These define parts of the Xserver tree that are to be
 # conditionally compiled for different platforms.  See
@@ -9,12 +9,10 @@
     ${MACHINE} == "macppc" || ${MACHINE} == "cats"
 XSERVER_NEEDS_XFONT=   yes
 XSERVER_XFREE86=       yes
-XSERVER_XVFB=          yes
 .endif
 
 .if ${MACHINE} == "macppc"
 XSERVER_XMACPPC=       yes
-XSERVER_XVFB=          yes
 .endif
 
 .if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
@@ -27,7 +25,7 @@
 XSERVER_XVFB=          no
 .endif
 
-.if ${MACHINE} == "hpcmips"
+.if ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcarm"
 XSERVER_XHPC=          yes
 .endif
 
@@ -59,7 +57,9 @@
 XSERVER_XHPC?= no
 # Does this platform build X68k X servers?
 XSERVER_X68K?= no
+# Does this platform build Xpmax X servers?
+XSERVER_XPMAX?=        no
 # Does this platform build Xvfb X server?
-XSERVER_XVFB?= no
+XSERVER_XVFB?= yes
 # Does this platform build the Xmac68k X server?
 XSERVER_XMAC68K?=      no



Home | Main Index | Thread Index | Old Index