pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Add NetBSD on mipsel family of system...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f952b7732c8b
branches: trunk
changeset: 377960:f952b7732c8b
user: sevan <sevan%pkgsrc.org@localhost>
date: Sat Mar 24 22:11:14 2018 +0000
description:
Add NetBSD on mipsel family of system to skip building DRI drivers for PCI
graphics cards.
This allows MesaLib to complete the configure stage on NetBSD/cobalt where PCI
can be found but we don't ship with Nouveau support.
Drop reference to ARM in the comment as references to Darwin & mipsel invalidate
it.
diffstat:
graphics/MesaLib/options.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 6ffcba9e811e -r f952b7732c8b graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk Sat Mar 24 21:35:52 2018 +0000
+++ b/graphics/MesaLib/options.mk Sat Mar 24 22:11:14 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.57 2017/07/01 12:48:10 maya Exp $
+# $NetBSD: options.mk,v 1.58 2018/03/24 22:11:14 sevan Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS= llvm dri
@@ -115,8 +115,9 @@
#PLIST.virgl= yes
.endif
-# theoretically cross platform PCI drivers, but don't build on ARM
-.if ${OPSYS} != "Darwin" && empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
+# theoretically cross platform PCI drivers
+.if ${OPSYS} != "Darwin" && empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) && \
+ empty(MACHINE_PLATFORM:MNetBSD-*-mipsel)
# AMD Radeon r600
PLIST.r600= yes
Home |
Main Index |
Thread Index |
Old Index