Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/lib/gallium build nouveau on evbarm, too
details: https://anonhg.NetBSD.org/src/rev/231d2573403e
branches: trunk
changeset: 341276:231d2573403e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Thu Oct 29 10:10:09 2015 +0000
description:
build nouveau on evbarm, too
diffstat:
external/mit/xorg/lib/gallium/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 28cf2870b971 -r 231d2573403e external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile Thu Oct 29 08:09:55 2015 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile Thu Oct 29 10:10:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/10/29 08:09:55 mrg Exp $
+# $NetBSD: Makefile,v 1.10 2015/10/29 10:10:09 jmcneill Exp $
# Link the gallium mega driver.
@@ -15,7 +15,10 @@
DRIVERS= kms_swrast swrast
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-DRIVERS+= r600 nouveau
+DRIVERS+= r600
+.endif
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm"
+DRIVERS+= nouveau
.endif
CPPFLAGS+= \
Home |
Main Index |
Thread Index |
Old Index