Skip to content

build: Reduce libraries included with relocatable pressure-vessel

Simon McVittie requested to merge wip/smcv/reduce-relocatable-bundling into master
  • build: Don't include dependencies of libwaffle in relocatable install

    We don't want to bundle libX11 or libxcb.

  • build: Link libsteam-runtime-tools into helpers statically

    This avoids needing to include a shared library (for each architecture) with pressure-vessel.

    i386 check-vulkan won't work unless libjson-glib-1.0-0:i386 is installed, but that seems a reasonable price to pay for not having to include two copies of GLib.

Merge request reports