From: Tom Date: Fri, 20 Nov 2009 09:55:58 +0000 (+0000) Subject: ILLUME_CONFIG is now also set by a variable X-Git-Tag: Release-2010-05/1~1648^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c82fd53f27ba4f78d0e36f277e53bdcb44c75c7;p=openembedded.git ILLUME_CONFIG is now also set by a variable --- 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} \ "