kde5: fix extra-cmake-modules hooks

This commit is contained in:
Thomas Tuegel
2016-07-30 09:36:52 -05:00
parent 29739ece1f
commit b390eb39ae
105 changed files with 229 additions and 285 deletions
@@ -1,4 +1,4 @@
{ kdeFramework, lib, extra-cmake-modules, kactivities, karchive
{ kdeFramework, lib, ecm, kactivities, karchive
, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
, kdoctools, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio
, knotifications, kpackage, kservice, kwindowsystem, kxmlgui
@@ -8,7 +8,7 @@
kdeFramework {
name = "plasma-framework";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
nativeBuildInputs = [ ecm kdoctools ];
propagatedBuildInputs = [
kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons
kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio knotifications