From f5ea5be11267cbe2da3fb13518a06e506933f7ac Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 31 Jan 2018 14:25:46 +0100 Subject: profile: load the Radeon ICD for Vulkan as well Signed-off-by: Samuel Pitoiset --- profiles.d/mesa/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles.d/mesa/profile b/profiles.d/mesa/profile index 955662b..438aa57 100644 --- a/profiles.d/mesa/profile +++ b/profiles.d/mesa/profile @@ -47,7 +47,7 @@ function repo_compile_version() { export LD_LIBRARY_PATH="$PROFILE_DEPLOY_DIR/lib":$LD_LIBRARY_PATH # for Vulkan -export VK_ICD_FILENAMES="$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/intel_icd.x86_64.json" +export VK_ICD_FILENAMES="$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/intel_icd.x86_64.json:$PROFILE_DEPLOY_DIR/share/vulkan/icd.d/radeon_icd.x86_64.json" rounds=3 repoDir="$REPO_MESA" -- cgit v1.2.3