Skip to content

ABI: Compare libwayland-client.so.0 versions also by counting symbols

Ludovico de Nittis requested to merge wip/denittis/t23255 into steamrt/soldier

This should lets us choose the right implementation to run a more recent container on SteamOS 2 'brewmaster'. Currently the library version information is not maintained, and this leads to a situation where multiple versions have the same library name and the same symbols. We hope that in the future releases an incremental version number will be used instead. (T23255)

This one is against soldier, instead of scout, because as far as I know we don't ship any wayland libraries in scout. But I'm not 100% sure about that. In case we'd want it for scout too I guess it will be just a matter of cherry picking this commit.

/cc @smcv

Merge request reports