I’m trying to build Plasma 6 using kdesrc build, but a lot of components fail to find other components. In this case I want to talk about KSVG (if we solve this and I have issues with other components - maybe I’ll be able to figure it out as well).
KSVG was definitely built - kdesrc-build said so, and I can also see it installed in ~/kde/usr
:
$ find ~/kde/usr -name ksvg*
/home/odeda/kde/usr/share/qlogging-categories6/ksvg.categories
/home/odeda/kde/usr/lib/x86_64-linux-gnu/qml/org/kde/ksvg
/home/odeda/kde/usr/include/KF6/KSvg/ksvg
/home/odeda/kde/usr/include/KF6/KSvg/ksvg/ksvg_export.h
/home/odeda/kde/usr/include/KF6/KSvg/ksvg_version.h
But when kdesrc-build builds kirigami-addons, I get this in the CMake log:
Installing in /home/odeda/kde/usr. Run /home/odeda/kde/build/libraries/libs/kirigami-addons/prefix.sh to set the environment for kirigami-addons.
-- Could NOT find KSvg (missing: KSvg_DIR)
Any idea what I’m missing?