Skip to content
Snippets Groups Projects

runtime: Look for NVIDIA driver data in /usr/share/nvidia first

Merged Simon McVittie requested to merge wip/t29292 into master
Compare changes
  • Side-by-side
  • Inline
Files
1
  • 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>
Loading