intercept: Don't match non-cuda files

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-11-12 11:06:20 +00:00
parent 70fb1de048
commit 4b6ec38bbf
+1 -1
View File
@@ -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)