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/drivers/xf86-video-mach64 build EXA...



details:   https://anonhg.NetBSD.org/src/rev/0acc491007a5
branches:  trunk
changeset: 791132:0acc491007a5
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Nov 06 14:53:29 2013 +0000

description:
build EXA support, tested on macppc

diffstat:

 external/mit/xorg/server/drivers/xf86-video-mach64/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 222dd38ab413 -r 0acc491007a5 external/mit/xorg/server/drivers/xf86-video-mach64/Makefile
--- a/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile       Wed Nov 06 14:52:25 2013 +0000
+++ b/external/mit/xorg/server/drivers/xf86-video-mach64/Makefile       Wed Nov 06 14:53:29 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2011/08/11 23:15:40 joerg Exp $
+#      $NetBSD: Makefile,v 1.7 2013/11/06 14:53:29 macallan Exp $
 
 DRIVER=                xf86-video-mach64
 DRIVER_NAME=   mach64_drv
@@ -11,14 +11,14 @@
                atimach64xv.c atimode.c atipreinit.c atiprint.c \
                atirgb514.c atiscreen.c atituner.c atiutil.c \
                ativalid.c atiload.c atimisc.c atimach64probe.c \
-               ${SRCS.cpio} ${SRCS.dga} #${SRCS.dri} ${SRCS.exa}
+               ${SRCS.cpio} ${SRCS.dga} ${SRCS.exa} #${SRCS.dri}
 
 SRCS.cpio=     ativga.c ativgaio.c atibank.c atiwonder.c atiwonderio.c
 SRCS.dga=      atidga.c
 SRCS.dri=      atidri.c
 SRCS.exa=      atimach64exa.c
 
-CPPFLAGS+=     -DUSE_XAA
+CPPFLAGS+=     -DUSE_XAA -DUSE_EXA
 
 .if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "sparc"



Home | Main Index | Thread Index | Old Index