mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-23 16:25:51 +00:00
intercept: Don't match non-cuda files
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user