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:
Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment