From 4b6ec38bbfce520d36becb5e575a718391412e7c Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sun, 12 Nov 2017 11:06:20 +0000 Subject: [PATCH] intercept: Don't match non-cuda files Signed-off-by: Ikey Doherty --- src/intercept/snapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intercept/snapd.c b/src/intercept/snapd.c index 9f4e46d..42f939c 100644 --- a/src/intercept/snapd.c +++ b/src/intercept/snapd.c @@ -80,7 +80,7 @@ static const char *libgl_mesa_table[] = { * These are the NVIDIA libraries will attempt to redirect on demand. */ static const char *libgl_nvidia_matches[] = { - "libGLdispatch", "libnv", "NVIDIA", "nvidia.so", "cuda", "GLX", + "libGLdispatch", "libnv", "NVIDIA", "nvidia.so", "cuda.", "GLX", }; bool lsi_override_snapd_nvidia(const char *name, const char **soname)