Module Name:    src
Committed By:   jmcneill
Date:           Thu Oct 29 10:10:09 UTC 2015

Modified Files:
        src/external/mit/xorg/lib/gallium: Makefile

Log Message:
build nouveau on evbarm, too


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/gallium/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.9 src/external/mit/xorg/lib/gallium/Makefile:1.10
--- src/external/mit/xorg/lib/gallium/Makefile:1.9	Thu Oct 29 08:09:55 2015
+++ src/external/mit/xorg/lib/gallium/Makefile	Thu Oct 29 10:10:09 2015
@@ -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 @@ DRIDEBUGDIR=	${DEBUGDIR}${X11USRLIBDIR}/
 
 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+= \

Reply via email to