add XSERVER_XAMIGA and XSERVER_HAS_AFB

This commit is contained in:
rtr 2004-01-17 04:06:18 +00:00
parent 3bea515962
commit fd3ecbad7e
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2004/01/11 13:28:46 rtr Exp $
# $NetBSD: Makefile.common,v 1.8 2004/01/17 04:06:18 rtr Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@ -41,12 +41,19 @@ XSERVER_HAS_CFB= yes
XSERVER_HAS_FB= yes
.endif
.if ${MACHINE} == "amiga"
XSERVER_XAMIGA= yes
XSERVER_HAS_AFB= yes
.endif
# Does this server need Xfont/fontbase libraries?
XSERVER_NEEDS_XFONT?= no
# Does this server use cfb* libraries?
XSERVER_HAS_CFB?= yes
# Does this server use fb library?
XSERVER_HAS_FB?= yes
# Does this server use afb library?
XSERVER_HAS_AFB?= no
# Does this platform build XFree86 X server?
XSERVER_XFREE86?= no
@ -61,6 +68,8 @@ XSERVER_X68K?= no
# Does this platform build Xpmax X servers?
XSERVER_XPMAX?= no
# Does this platform build Xvfb X server?
XSERVER_XAMIGA?=no
# Does this platform build Xvfb X server?
XSERVER_XVFB?= yes
# Does this platform build the Xmac68k X server?
XSERVER_XMAC68K?= no