-
- Downloads
Add support to detect the expansion of $LIB and $PLATFORM
When loading VDPAU modules we rely on $PLATFORM, trying to support all
its known possible expansions.
However there is always the possibility that we are currently missing
some of them or that new ones will be added in the future.
For this reason we try to detect the expansion of $PLATFORM, and $LIB,
and print its value in the report. In this way it will be easier to
notice unusual and/or new expansions.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
9c1a2712
Branches
Tags
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- bin/system-info.c 33 additions, 0 deletionsbin/system-info.c
- bin/system-info.md 21 additions, 0 deletionsbin/system-info.md
- helpers/create-meson-in-subdir.py 35 additions, 0 deletionshelpers/create-meson-in-subdir.py
- helpers/detect.c 64 additions, 0 deletionshelpers/detect.c
- helpers/identify-lib.c 37 additions, 0 deletionshelpers/identify-lib.c
- helpers/identify-lib.h 27 additions, 0 deletionshelpers/identify-lib.h
- helpers/identify-platform.c 37 additions, 0 deletionshelpers/identify-platform.c
- helpers/identify-platform.h 27 additions, 0 deletionshelpers/identify-platform.h
- helpers/meson.build 109 additions, 1 deletionhelpers/meson.build
- steam-runtime-tools/libdl-internal.h 37 additions, 0 deletionssteam-runtime-tools/libdl-internal.h
- steam-runtime-tools/libdl.c 128 additions, 0 deletionssteam-runtime-tools/libdl.c
- steam-runtime-tools/meson.build 2 additions, 0 deletionssteam-runtime-tools/meson.build
- steam-runtime-tools/system-info.c 222 additions, 0 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/system-info.h 9 additions, 0 deletionssteam-runtime-tools/system-info.h
- tests/json-report/full-good-report.json 8 additions, 0 deletionstests/json-report/full-good-report.json
Loading
Please register or sign in to comment