Skip to content

Include vulkaninfo and wflinfo in relocatable installs

Simon McVittie requested to merge wip/gfx-info into master
  • 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.

Edited by Simon McVittie

Merge request reports