Skip to content

Add support for library's hidden dependencies

Ludovico de Nittis requested to merge wip/denittis/t16109 into master

Some libraries like "libtheoraenc.so.1" or "libCgGL.so" assumes that you have already linked to other libraries.

With this commit we add support for those situations with the concept of "hidden dependencies".

Merge request reports