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 don't look for libdrm_nouveau ...



details:   https://anonhg.NetBSD.org/src/rev/9ed8ace1f680
branches:  trunk
changeset: 811484:9ed8ace1f680
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 31 20:13:45 2015 +0000

description:
don't look for libdrm_nouveau unless we've built it.

diffstat:

 external/mit/xorg/lib/gallium/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 52d5e3708f29 -r 9ed8ace1f680 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Sat Oct 31 17:45:32 2015 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Sat Oct 31 20:13:45 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/10/29 10:10:09 jmcneill Exp $
+# $NetBSD: Makefile,v 1.11 2015/10/31 20:13:45 mrg Exp $
 
 # Link the gallium mega driver.
 
@@ -539,7 +539,9 @@
 LIBDPLIBS+=    m               ${.CURDIR}/../../../../../lib/libm
 LIBDPLIBS+=    drm             ${.CURDIR}/../libdrm
 LIBDPLIBS+=    drm_radeon      ${.CURDIR}/../libdrm_radeon
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm"
 LIBDPLIBS+=    drm_nouveau     ${.CURDIR}/../libdrm_nouveau
+.endif
 LIBDPLIBS+=    glapi           ${.CURDIR}/../libglapi
 LIBDPLIBS+=    expat           ${.CURDIR}/../../../../../external/mit/expat/lib/libexpat
 



Home | Main Index | Thread Index | Old Index