[oe-commits] Tom : ILLUME_CONFIG is now also set by a variable

git version control git at git.openembedded.org
Fri Nov 20 11:21:11 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8c82fd53f27ba4f78d0e36f277e53bdcb44c75c7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c82fd53f27ba4f78d0e36f277e53bdcb44c75c7

Author: Tom <tom at stosb.com>
Date:   Fri Nov 20 09:55:58 2009 +0000

ILLUME_CONFIG is now also set by a variable

---

 recipes/tasks/task-x11-illume.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tasks/task-x11-illume.bb b/recipes/tasks/task-x11-illume.bb
index 8b813b4..9af914f 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} \
 "





More information about the Openembedded-commits mailing list