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

pv-runtime: Generalize code to capture libraries related to glibc


Previously this was part of pv_runtime_collect_libc_family(), but in
fact it's equally applicable for other libraries.

For example, if we are using the host's libxkbcommon.so.0, we'll also
want the host's libxkbcommon-x11.so.0 if at all possible, because
libxkbcommon-x11 uses private data structures from libxkbcommon and
will crash if they are not sufficiently similar.

steamrt/tasks#530

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 15a88a0a
No related branches found
No related tags found
1 merge request!757pv-runtime: If using host libxkbcommon, try to use host libxkbcommon-x11
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment