diff options
-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" |