Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/server enable xfree86 server build for ofp...
details: https://anonhg.NetBSD.org/src/rev/1e238ad5ae00
branches: trunk
changeset: 758855:1e238ad5ae00
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Nov 18 08:20:16 2010 +0000
description:
enable xfree86 server build for ofppc, and a bunch of drivers.
diffstat:
external/mit/xorg/server/drivers/Makefile | 15 +++++++++-
external/mit/xorg/server/xorg-server/Makefile.common | 3 +-
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile | 6 ++--
3 files changed, 19 insertions(+), 5 deletions(-)
diffs (73 lines):
diff -r 2e6ab040b9e9 -r 1e238ad5ae00 external/mit/xorg/server/drivers/Makefile
--- a/external/mit/xorg/server/drivers/Makefile Thu Nov 18 08:18:31 2010 +0000
+++ b/external/mit/xorg/server/drivers/Makefile Thu Nov 18 08:20:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2010/10/23 15:27:50 tsutsui Exp $
+# $NetBSD: Makefile,v 1.50 2010/11/18 08:20:16 mrg Exp $
# xf86-input drivers
@@ -169,6 +169,19 @@
# xf86-video-imstt
.endif # ${MACHINE} == "macppc"
+.if ${MACHINE} == "ofppc"
+SUBDIR+= \
+ xf86-video-ati \
+ xf86-video-chips \
+ xf86-video-mach64 \
+ xf86-video-mga \
+ xf86-video-nv \
+ xf86-video-radeon \
+ xf86-video-r128 \
+ xf86-video-tdfx \
+ xf86-video-wsfb
+.endif # ${MACHINE} == "macppc"
+
.if ${MACHINE} == "netwinder"
SUBDIR+= \
xf86-video-wsfb
diff -r 2e6ab040b9e9 -r 1e238ad5ae00 external/mit/xorg/server/xorg-server/Makefile.common
--- a/external/mit/xorg/server/xorg-server/Makefile.common Thu Nov 18 08:18:31 2010 +0000
+++ b/external/mit/xorg/server/xorg-server/Makefile.common Thu Nov 18 08:20:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2010/08/01 06:24:31 kiyohara Exp $
+# $NetBSD: Makefile.common,v 1.19 2010/11/18 08:20:17 mrg Exp $
# These define parts of the Xserver tree that are to be
# conditionally compiled for different platforms. See
@@ -19,6 +19,7 @@
${MACHINE} == "macppc" || \
${MACHINE} == "netwinder" || \
${MACHINE} == "prep" || \
+ ${MACHINE} == "ofppc" || \
${MACHINE} == "sgimips" || \
${MACHINE} == "shark" || \
${MACHINE} == "sparc" || \
diff -r 2e6ab040b9e9 -r 1e238ad5ae00 external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile
--- a/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Nov 18 08:18:31 2010 +0000
+++ b/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Thu Nov 18 08:20:16 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/08/01 06:24:31 kiyohara Exp $
+# $NetBSD: Makefile,v 1.24 2010/11/18 08:20:17 mrg Exp $
.include "../../../Makefile.serverlib"
.include "../../../Makefile.servermod"
@@ -32,7 +32,7 @@
.endfor
.endif
-.if ${MACHINE} == "macppc" || ${MACHINE} == "prep" || ${MACHINE} == "bebox"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "prep" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc"
SRCS.bsd+= ppc_video.c stdResource.c pm_noop.c lnx_agp.c
.for _FN in ${SRCS.bsd}
CPPFLAGS.${_FN}= -DWSCONS_SUPPORT -DUSESTDRES -DHAVE_SYSV_IPC
@@ -91,7 +91,7 @@
${MACHINE} == "sgimips" || ${MACHINE} == "shark" || \
${MACHINE} == "netwinder" || ${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "alpha" || \
- ${MACHINE} == "prep" || ${MACHINE} == "bebox"
+ ${MACHINE} == "prep" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc"
#SRCS.bus+= netbsdPci.c
.endif
Home |
Main Index |
Thread Index |
Old Index