Xdreamcast now builds so turn it on.
This commit is contained in:
parent
2e1bb1e734
commit
0aed830d75
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.common,v 1.10 2004/02/07 08:30:34 rtr Exp $
|
# $NetBSD: Makefile.common,v 1.11 2004/02/07 12:28:13 rtr Exp $
|
||||||
|
|
||||||
# These define parts of the Xserver tree that are to be
|
# These define parts of the Xserver tree that are to be
|
||||||
# conditionally compiled for different platforms. See
|
# conditionally compiled for different platforms. See
|
||||||
|
@ -28,10 +28,8 @@ XSERVER_XARM32VIDC= yes
|
||||||
XSERVER_XDECNETBSD= yes
|
XSERVER_XDECNETBSD= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# XXX Xdreamcast doesn't link currently so default to no but
|
|
||||||
# allow override
|
|
||||||
.if ${MACHINE} == "dreamcast"
|
.if ${MACHINE} == "dreamcast"
|
||||||
XSERVER_XDREAMCAST?= no
|
XSERVER_XDREAMCAST?= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# XFree86 servers all need XFONT as well.
|
# XFree86 servers all need XFONT as well.
|
||||||
|
|
Loading…
Reference in New Issue