diff --git a/extragear/libalkimia/libalkimia.py b/extragear/libalkimia/libalkimia.py --- a/extragear/libalkimia/libalkimia.py +++ b/extragear/libalkimia/libalkimia.py @@ -9,6 +9,7 @@ def setDependencies(self): self.runtimeDependencies["libs/qt5/qtbase"] = "default" self.runtimeDependencies["win32libs/mpir"] = "default" + self.buildDependencies["frameworks/extra-cmake-modules"] = "default" self.description = "A library with common classes and functionality used by finance applications for the KDE SC."