mesa-drm/exynos
Daniel Stone b0815faac0 libs: Tie DSO minor versions to libdrm version
There is an excellent writeup explaining this requirement here:
    https://gitlab.freedesktop.org/wayland/wayland/-/issues/175

In short, for mixed environments such as the Steam Runtime and other
container-like environments, choosing which libdrm to link into the
client's address space is a hard problem. If the runtime has a newer
libdrm than the host, then it should be preferred, because the client
may be using newly-added symbols. But if the host has a newer libdrm,
then that should be used, because drivers may be depending on those.

Bumping the DSO minor version is transparent to all users because apps
only link against the major version, e.g. DT_NEEDED libdrm.so.2; the
fact that libdrm.so.2 is a link to libdrm.so.2.122.0 is a detail known
only to the loader, but it does let a smart runtime make better
decisions.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2024-08-01 13:28:41 +01:00
..
exynos-symbols.txt exynos: convert to new symbols check 2019-11-11 22:57:14 +00:00
exynos_drm.c fix FTBS on FreeBSD (or non-Linux in general) 2024-06-24 17:24:28 +00:00
exynos_drm.h fix various typos 2019-04-17 18:23:25 +01:00
exynos_drmif.h fix various typos 2019-04-17 18:23:25 +01:00
exynos_fimg2d.c fix FTBS on FreeBSD (or non-Linux in general) 2024-06-24 17:24:28 +00:00
exynos_fimg2d.h exynos: change the license to X11/MIT 2017-11-07 11:19:58 +00:00
fimg2d_reg.h exynos: change the license to X11/MIT 2017-11-07 11:19:58 +00:00
libdrm_exynos.pc.in exynos: bump version number 2015-12-18 17:42:54 +00:00
meson.build libs: Tie DSO minor versions to libdrm version 2024-08-01 13:28:41 +01:00