From 5bad7034473a82743c777e48964f1f1e910a7475 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 18 Sep 2011 11:12:52 +0200 Subject: [PATCH] Add new dependency kactivities before kde-workspace. --- kdesrc-buildrc-sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kdesrc-buildrc-sample b/kdesrc-buildrc-sample index 645f665..46de0ce 100644 --- a/kdesrc-buildrc-sample +++ b/kdesrc-buildrc-sample @@ -226,12 +226,12 @@ end module-set # before the workspace and Plasma addons are compiled, and kdepimlibs itself # requires akonadi. # From there kde-workspace contains programs like Plasma Desktop and the KWin -# window manager, kde-baseapps contains core applications, and I also add -# konsole and kate since they are also very useful in general. +# window manager (and requires kactivities), kde-baseapps contains core applications, +# and I also add konsole and kate since they are also very useful in general. module-set repository kde-projects - use-modules akonadi kdepimlibs kde-workspace \ + use-modules akonadi kdepimlibs kactivities kde-workspace \ kate kde-baseapps konsole end module-set