summaryrefslogtreecommitdiff
path: root/recipes/tasks
diff options
context:
space:
mode:
authorTom <tom@stosb.com>2009-11-20 09:55:58 +0000
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-11-20 12:17:39 +0100
commit8c82fd53f27ba4f78d0e36f277e53bdcb44c75c7 (patch)
tree861d1a4141215e15babc4207887d5663727076c9 /recipes/tasks
parent0658a9bfbebe943dfe5c38de2f6688c2c9a6fb0a (diff)
ILLUME_CONFIG is now also set by a variable
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-x11-illume.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-x11-illume.bb b/recipes/tasks/task-x11-illume.bb
index 8b813b4ebb..9af914f3e0 100644
--- a/recipes/tasks/task-x11-illume.bb
+++ b/recipes/tasks/task-x11-illume.bb
@@ -10,6 +10,7 @@ inherit task
# Default illume theme
ILLUME_THEME ?= "e-wm-theme-illume"
+ILLUME_CONFIG ?= "e-wm-config-illume"
RDEPENDS_${PN} = "\
task-x11-server \
@@ -17,6 +18,6 @@ RDEPENDS_${PN} = "\
# xserver-kdrive-splash-illume \
\
e-wm \
- e-wm-config-illume \
+ ${ILLUME_CONFIG} \
${ILLUME_THEME} \
"