aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 13:08:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-23 18:33:26 +0200
commitdf080ed9068bab1cb317d5ac4bb8d94c37bf12b6 (patch)
treeb78088b5566a08ab6d5aff2328b1290154fd28be /recipes/images
parent45e4104cf953575424505c5514b5e6c882088a5f (diff)
downloadopenembedded-df080ed9068bab1cb317d5ac4bb8d94c37bf12b6.tar.gz
e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales packaging
* illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/illume-image.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/images/illume-image.bb b/recipes/images/illume-image.bb
index 8d87d92ae1..8a56f5ae1d 100644
--- a/recipes/images/illume-image.bb
+++ b/recipes/images/illume-image.bb
@@ -7,6 +7,10 @@ IMAGE_LINGUAS = "en-us de-de fr-fr pt-br ca-es zh-cn zh-tw bg-bg cs-cz da-dk nl-
# use exquisite splash
SPLASH = "exquisite exquisite-themes exquisite-theme-illume"
+# Default illume theme
+ILLUME_THEME ?= "e-wm-theme-illume"
+ILLUME_CONFIG ?= "e-wm-config-illume2"
+
# getting the base system up
BASE_INSTALL = "\
angstrom-libc-fixup-hack \
@@ -40,7 +44,8 @@ X_INSTALL = "\
e-wm \
e-wm-menu \
e-wm-sysactions \
- e-wm-config-illume \
+ ${ILLUME_CONFIG} \
+ ${ILLUME_THEME} \
e-wm-config-standard \
e-wm-config-netbook \
e-wm-config-minimalist \