-
- Downloads
Add support for library's hidden dependencies
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".
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
Showing
- debian/control 2 additions, 0 deletionsdebian/control
- debian/gitlab-ci.yml 1 addition, 0 deletionsdebian/gitlab-ci.yml
- helpers/inspect-library.c 43 additions, 0 deletionshelpers/inspect-library.c
- steam-runtime-tools/library-internal.h 1 addition, 0 deletionssteam-runtime-tools/library-internal.h
- steam-runtime-tools/library.c 27 additions, 20 deletionssteam-runtime-tools/library.c
- steam-runtime-tools/system-info.c 119 additions, 2 deletionssteam-runtime-tools/system-info.c
- tests/expectations/i386-linux-gnu/libtheora0.symbols 4 additions, 0 deletionstests/expectations/i386-linux-gnu/libtheora0.symbols
- tests/expectations/steam-runtime-abi.json 48 additions, 0 deletionstests/expectations/steam-runtime-abi.json
- tests/expectations/x86_64-linux-gnu/libtheora0.symbols 4 additions, 0 deletionstests/expectations/x86_64-linux-gnu/libtheora0.symbols
- tests/fake-steam-runtime/usr/lib/steamrt/expectations/i386-linux-gnu/libtheora0.symbols 4 additions, 0 deletions...ib/steamrt/expectations/i386-linux-gnu/libtheora0.symbols
- tests/fake-steam-runtime/usr/lib/steamrt/expectations/x86_64-linux-gnu/libtheora0.symbols 4 additions, 0 deletions.../steamrt/expectations/x86_64-linux-gnu/libtheora0.symbols
- tests/fake-steam-runtime/usr/lib/steamrt/steam-runtime-abi.json 48 additions, 0 deletions...fake-steam-runtime/usr/lib/steamrt/steam-runtime-abi.json
- tests/system-info.c 30 additions, 0 deletionstests/system-info.c
tests/expectations/steam-runtime-abi.json
0 → 100644
Please register or sign in to comment