From d73b7e7381b1cb6da478efdd29aefbb88515f6d4 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 14 Nov 2017 04:43:53 +0000 Subject: [PATCH] shim: Support Ubuntu ICD files Signed-off-by: Ikey Doherty --- src/shim/shim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shim/shim.c b/src/shim/shim.c index 8137059..7063a98 100644 --- a/src/shim/shim.c +++ b/src/shim/shim.c @@ -47,8 +47,8 @@ /** * Potential for the host Vulkan ICD files (old vs new) */ -#define VK_GLOB "/var/lib/snapd/lib/gl/10_*.json" -#define VK_GLOB_2 "/var/lib/snapd/lib/vulkan/10_*.json" +#define VK_GLOB "/var/lib/snapd/lib/gl/*nvidia*.json" +#define VK_GLOB_2 "/var/lib/snapd/lib/vulkan/*nvidia*.json" /** * Used to update a value in the environment, and perform a prepend if the variable