pkgsrc-WIP-changes archive

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

mesa: try to fix PLIST conditionals



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Sep 8 14:23:15 2026 +0200
Changeset:	39ad5f9a226fbce0cca2d6a3dfb2808830bb726c

Modified Files:
	mesa/PLIST

Log Message:
mesa: try to fix PLIST conditionals

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=39ad5f9a226fbce0cca2d6a3dfb2808830bb726c

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

diffstat:
 mesa/PLIST | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/mesa/PLIST b/mesa/PLIST
index 2f89557f4b..a5347ceab1 100644
--- a/mesa/PLIST
+++ b/mesa/PLIST
@@ -106,12 +106,15 @@ ${PLIST.glx}lib/pkgconfig/gl.pc
 lib/pkgconfig/glesv1_cm.pc
 lib/pkgconfig/glesv2.pc
 ${PLIST.glx}lib/pkgconfig/glx.pc
+${PLIST.vulkan}share/drirc.d/00-anv-defaults.conf
 share/drirc.d/00-iris-defaults.conf
-share/drirc.d/00-panfrost-defaults.conf
+${PLIST.arm}share/drirc.d/00-panfrost-defaults.conf
+${PLIST.vulkan}share/drirc.d/00-lavapipe-defaults.conf
 share/drirc.d/00-r300-defaults.conf
 share/drirc.d/00-r600-defaults.conf
 share/drirc.d/00-radeonsi-defaults.conf
 ${PLIST.vulkan}share/drirc.d/00-radv-defaults.conf
+${PLIST.svga}share/drirc.d/00-vmwgfx-defaults.conf
 share/examples/mesa/00-mesa-defaults.conf
 ${PLIST.vulkan}${PLIST.arm}share/vulkan/icd.d/broadcom_icd.${MACHINE_ARCH}.json
 ${PLIST.vulkan}${PLIST.arm}share/vulkan/icd.d/freedreno_icd.${MACHINE_ARCH}.json


Home | Main Index | Thread Index | Old Index