ksysguard: Add required qtwebkit dependency.

Without this the only the daemon would be built without a GUI.
This commit is contained in:
Ambroz Bizjak 2016-11-01 20:53:07 +01:00
parent fac1168816
commit 7940692801

View File

@ -1,6 +1,6 @@
{ plasmaPackage, ecm, kdoctools, kconfig
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
, kiconthemes, libksysguard
, kiconthemes, libksysguard, qtwebkit
}:
plasmaPackage {
@ -8,6 +8,6 @@ plasmaPackage {
nativeBuildInputs = [ ecm kdoctools ];
propagatedBuildInputs = [
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n
kdelibs4support ki18n qtwebkit
];
}