Add API version to library soname and pkg-config files
Created attachment 328871 [details] Patch
(No r? because it's not properly tested yet.)
* The include directory for public headers is already versioned * I don't think the libexecdir for installed processes is versioned, need to confirm and fix
(In reply to Michael Catanzaro from comment #3) > * I don't think the libexecdir for installed processes is versioned, need to > confirm and fix Even better, the secondary processes are being installed into /usr/bin... I'll handle that in a separate bug.
Comment on attachment 328871 [details] Patch Clearing flags on attachment: 328871 Committed r230449: <https://trac.webkit.org/changeset/230449>
All reviewed patches have been landed. Closing bug.
(In reply to WebKit Commit Bot from comment #5) > Comment on attachment 328871 [details] > Patch > > Clearing flags on attachment: 328871 > > Committed r230449: <https://trac.webkit.org/changeset/230449> This broke the run-minibrowser script for wpe. Hope we can improve testing things in the future. A fix for this is already in bug 184357