GNOME Bugzilla – Bug 779472
meson: set correct libnautilus-extension version in .pc
Last modified: 2017-03-10 22:37:02 UTC
Currently, when building with Meson, the version of the pkg-config file for libnautilus-extension is set to the version of the library itself. This is incompatible with how it was before - the version was set to the version of Nautilus. That breaks some modules that build extensions (e.g. file-roller).
Created attachment 347063 [details] [review] meson: set correct libnautilus-extension version in .pc
Review of attachment 347063 [details] [review]: Yes, thanks! (I commit myself, I want to have this for 3.23.91 since I'm going to release with meson)
btw this shouldn't be like that, they should check for the libnautilus version :/ but if we have been doing this for some time... better to not break it
(In reply to Carlos Soriano from comment #3) > btw this shouldn't be like that, they should check for the libnautilus > version :/ but if we have been doing this for some time... better to not > break it Yeah, that’s how I imagined things worked. file-roller could be patched, but I don’t know how other projects behave.
Attachment 347063 [details] pushed as fd50ac5 - meson: set correct libnautilus-extension version in .pc