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

capture-libs: Add a new flag to suppress warnings


Sometimes we find ourselves capturing a library for which the
dependencies can legitimately be missing, for example
`libnvidia-pkcs11.so.*` on Ubuntu 24.04 (which depends on OpenSSL 1.1,
which Ubuntu no longer provides).

This is really an OS bug (providing a library without its dependencies),
and ideally Ubuntu should stop providing `libnvidia-pkcs11.so.*`
(like Debian did), but it results in confusing messages that could make
a user wrongly believe that it's the root cause of a genuine problem.

steamrt/tasks#488

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent bc66cb5c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment