pkgsrc-WIP-changes archive

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

MesaLib: update vulkan driver names



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Aug 22 15:35:50 2019 +0100
Changeset:	15b4b2524aa4758fdeb16bd13701e7e3d74a4c43

Modified Files:
	MesaLib/options.mk

Log Message:
MesaLib: update vulkan driver names

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

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

diffstat:
 MesaLib/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/MesaLib/options.mk b/MesaLib/options.mk
index b4e3339dfa..2276fc7349 100644
--- a/MesaLib/options.mk
+++ b/MesaLib/options.mk
@@ -132,8 +132,8 @@ DRI_DRIVERS+=		i965
 
 # Vulkan support
 .  if !empty(PKG_OPTIONS:Mvulkan)
+VULKAN_DRIVERS+=	amd
 VULKAN_DRIVERS+=	intel
-VULKAN_DRIVERS+=	radeon
 PLIST.vulkan=		yes
 .  endif
 


Home | Main Index | Thread Index | Old Index