Skip to content
Snippets Groups Projects
Commit 40d7a402 authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Share /usr/share/nvidia if we have at least one libGLX_nvidia


If we have libGLX_nvidia.so.0 for *any* architecture - even if we are
msising some instances - then we still want to share /usr/share/nvidia
with the container.

Because we always use libGLX_nvidia.so.0 from the graphics stack
provider and do not have a concept of whether it is older or newer,
and we do not expect our runtime to have a copy of libGLX_nvidia.so.0,
we do not need to worry about giving the runtime's library an
incompatible version of the data files from the provider.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 91eecab8
No related branches found
No related tags found
1 merge request!335runtime: Look for NVIDIA driver data in /usr/share/nvidia first
Pipeline #15754 passed