amdvlk: disable graphics switching layer

this conflicts with the VkLayer_MESA_device_select layer
This commit is contained in:
John 2021-07-02 23:05:35 +02:00
parent f98316ed30
commit 071e813e9e

View file

@ -1,7 +1,7 @@
# Template file for 'amdvlk'
pkgname=amdvlk
version=2021.Q2.6
revision=1
revision=2
_llpc_commit=1e493d3dced3f4963cc9d2b6b86b1c523c247860
_xgl_commit=393fca7a5645923a6dbd7f948bded5b14302211b
_pal_commit=66f4ef75eed4d098f7652739b9f7dd3cd8bda6e6
@ -71,7 +71,5 @@ do_install() {
vinstall build/icd/amdvlk${XBPS_TARGET_WORDSIZE}.so 644 usr/lib/
vinstall build/icd/amd_icd${XBPS_TARGET_WORDSIZE}.json \
644 usr/share/vulkan/icd.d/
vinstall build/icd/amd_icd${XBPS_TARGET_WORDSIZE}.json \
644 usr/share/vulkan/implicit_layer.d/
vlicense ${wrksrc}/AMDVLK/LICENSE.txt
}