GNOME Bugzilla – Bug 786067
meson: Library soname is different
Last modified: 2017-08-10 10:12:00 UTC
Created attachment 357292 [details] [review] meson: Fix library versioning Meson currently produces a library called libmediaart-2.0.so, unlike autotools, which produces libmediaart-2.0.so.0 (a symlink to libmediaart-2.0.so.0.902.0). As a result, the meson product is not compatible. The attached patch fixes the meson instructions to produce an identical soname and symlinks.
Comment on attachment 357292 [details] [review] meson: Fix library versioning Looks good, thanks!
Attachment 357292 [details] pushed as 5ec9814 - meson: Fix library versioning