build Xvfb by default

This commit is contained in:
rtr 2004-01-11 09:07:28 +00:00
parent 7184a827aa
commit 017db572b5

View File

@ -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_HAS_FB= no
XSERVER_XVFB= no
.endif
.if ${MACHINE} == "hpcmips"
.if ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcarm"
XSERVER_XHPC= yes
.endif
@ -59,7 +57,9 @@ XSERVER_XSUN?= no
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