diff options
author | Tom <tom@stosb.com> | 2009-11-20 09:55:59 +0000 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-20 12:19:10 +0100 |
commit | 8d577b745472d16eab7688972caa63784edcd78f (patch) | |
tree | ab561070892ccf0ade8827c6023ad325e5b0dc8b | |
parent | 8c82fd53f27ba4f78d0e36f277e53bdcb44c75c7 (diff) |
added SHR specific choices for default illume theme and config
-rw-r--r-- | conf/distro/shr.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 1da9b36bb2..731f194823 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -103,3 +103,7 @@ ROOTFS_POSTPROCESS_COMMAND += "echo Time Stamp: `date -R` >> ${SHR_VERSION_FILE} #Package customization EXTRA_OECONF-pn_qemu += " --target-list=arm-linux-user,arm-softmmu" + +#Illume settings +ILLUME_CONFIG = "e-wm-config-illume-shr" +ILLUME_THEME = "e-wm-theme-illume-gry" |