-
- Downloads
pv-runtime: Make dependency libraries in /snap available
This allows us to make /usr/share/libdrm a symlink to /snap/steam/171/graphics/usr/share/libdrm. If we don't do that, libdrm will not be able to load data files like /usr/share/libdrm/amdgpu.ids from it. Or, if Snap's libdrm has been configured or patched to read directly from /snap/steam/171/graphics/usr/share/libdrm, we want that to be possible too. Before this can be enabled by default, snapd's AppArmor profile needs to be fixed to allow it: https://github.com/canonical/steam-snap/issues/359 Helps: https://github.com/ValveSoftware/steam-runtime/issues/586 Signed-off-by:Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment