When emerging libkdcraw-4.3.0 I noticed that it does not pull in libkipi. It will check for kipi libs and build without kipi support if libkipi is not installed. If libkipi is emerged beforehand, libkdcraw builds with kipi support. Either kipi should be a dependency or probably more desirable would be a kipi flag to enable or disable it from being pulled in before building libkdcraw. Reproducible: Always Steps to Reproduce: 1.make sure libkipi is not installed 2.emerge libkdcraw-4.3.0 3.watch configure steps and note that build looks for libkipi and builds without kipi support
The CMakeFiles.txt scripts look for more deps than are actually used by any one package; libkdcraw never links against libkipi even if present. The check is there because other parts of kdegraphics do link against libkipi.