Include vulkaninfo and wflinfo in relocatable installs
Compare changes
Files
3+ 6
− 0
@@ -159,6 +159,9 @@ Multi-Arch: foreign
@@ -173,6 +176,9 @@ Multi-Arch: foreign
build-relocatable-install: Don't wrap steam-runtime-system-info
If we wrap steam-runtime-system-info in a shell script, its argv[0] will be ld.so, which makes it fail to find its own relocatable prefix in _srt_find_myself().
pressure-vessel: Include vulkaninfo and wflinfo in relocatable installs
Otherwise we can't produce full system diagnostics from the included copy of steam-runtime-system-info.
/cc @denittis
The goal here is to be able to ask users to run the steam-runtime-system-info that comes with pressure-vessel, which is potentially newer than the one that comes with Steam, on their host systems. I deliberately haven't bundled libvulkan, libGL etc. here, because we want to be using whatever version is found by the ordinary search path - most likely the host copy.