pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sat Mar 24 22:11:14 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/MesaLib/options.mk

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

Modified files:

Index: pkgsrc/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.57 pkgsrc/graphics/MesaLib/options.mk:1.58
--- pkgsrc/graphics/MesaLib/options.mk:1.57     Sat Jul  1 12:48:10 2017
+++ pkgsrc/graphics/MesaLib/options.mk  Sat Mar 24 22:11:14 2018
@@ -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.vc4=          yes
 #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