GNOME Bugzilla – Bug 732082
Do not reference deprecated library in gcr-ui.pc file
Last modified: 2019-02-22 11:57:54 UTC
The gcr-3 library is left in the code only for the backward compatibility, created as a link to gcr-ui-3 library, but the gcr-ui.pc [1] still references it, instead of the new (and correct) library. The change is trivial: - Libs: -L${libdir} -lgcr-@GCR_MAJOR@ + Libs: -L${libdir} -lgcr-ui-@GCR_MAJOR@ [1] https://git.gnome.org/browse/gcr/tree/ui/gcr-ui.pc.in
Created attachment 284987 [details] [review] ui: Don't include deprecated library in our pkg-config file
Attachment 284987 [details] pushed as b9e365d - ui: Don't include deprecated library in our pkg-config file