https://bugs.kde.org/show_bug.cgi?id=442555
--- Comment #5 from Dawid Wróbel <m...@dawidwrobel.com> --- (In reply to Christophe Giboudeaux from comment #4) > If it's a static lib, why would it have to link to anything else? sounds > like something is broken is the canberra build system Linking happens at build time of the static app, not of the library itself. That information must be conveyed to the linker so it knows which libraries are needed, including the indirect dependencies of the direct ones. Please refer to https://people.freedesktop.org/~dbn/pkg-config-guide.html on the Requires.private, Libs.private and Requires.private explanation. -- You are receiving this mail because: You are watching all bug changes.