Skip to content

meson: use an autotools compatible compatibility_version/current_version on macOS

Use the same versioning scheme as libtool did with the autotools build. Otherwise switching gdk-pixbuf from meson to autotools makes all libraries linking to it fail since the version is too low.

Merge request reports