mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
amdvlk: disable graphics switching layer
this conflicts with the VkLayer_MESA_device_select layer
This commit is contained in:
parent
f98316ed30
commit
071e813e9e
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'amdvlk'
|
# Template file for 'amdvlk'
|
||||||
pkgname=amdvlk
|
pkgname=amdvlk
|
||||||
version=2021.Q2.6
|
version=2021.Q2.6
|
||||||
revision=1
|
revision=2
|
||||||
_llpc_commit=1e493d3dced3f4963cc9d2b6b86b1c523c247860
|
_llpc_commit=1e493d3dced3f4963cc9d2b6b86b1c523c247860
|
||||||
_xgl_commit=393fca7a5645923a6dbd7f948bded5b14302211b
|
_xgl_commit=393fca7a5645923a6dbd7f948bded5b14302211b
|
||||||
_pal_commit=66f4ef75eed4d098f7652739b9f7dd3cd8bda6e6
|
_pal_commit=66f4ef75eed4d098f7652739b9f7dd3cd8bda6e6
|
||||||
|
@ -71,7 +71,5 @@ do_install() {
|
||||||
vinstall build/icd/amdvlk${XBPS_TARGET_WORDSIZE}.so 644 usr/lib/
|
vinstall build/icd/amdvlk${XBPS_TARGET_WORDSIZE}.so 644 usr/lib/
|
||||||
vinstall build/icd/amd_icd${XBPS_TARGET_WORDSIZE}.json \
|
vinstall build/icd/amd_icd${XBPS_TARGET_WORDSIZE}.json \
|
||||||
644 usr/share/vulkan/icd.d/
|
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
|
vlicense ${wrksrc}/AMDVLK/LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue