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

wrap: Include all known NVIDIA libraries, except for libnvidia-gtk*


The NVIDIA proprietary EGL, GLES and Vulkan ICDs depend on
libnvidia-eglcore and libnvidia-glvkspirv, but do not have DT_NEEDED
entries for them (presumably they dlopen() them instead).
capsule-capture-libs can only follow DT_NEEDED entries, so we have to
special-case those hidden dependencies.

Ideally we'd have a syntax for "libnvidia-*.so.* except libnvidia-gtk*",
but currently we don't, so just include all the known libraries.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1489693c
No related branches found
No related tags found
No related merge requests found
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