aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-08 22:56:25 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-08 22:56:25 +0100
commitc316b15a5d15fa933e2416a038cce691a1ea5ee6 (patch)
tree77f77d02563410dc16b814db206440625ed9fef0 /recipes/images
parent891f60137641ac298e1240448a1be147ab8a24d0 (diff)
downloadopenembedded-c316b15a5d15fa933e2416a038cce691a1ea5ee6.tar.gz
shr-image.inc: do *NOT* default to x11-16 as it is broken
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/shr-image.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 8db2fedd46..22b3b700ba 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
#------------------------------------------------------
PV = "2.0"
-PR = "r5"
+PR = "r6"
DEPENDS += "task-shr-minimal"
@@ -87,7 +87,7 @@ shr_rootfs_postprocess() {
# elementary theme foo
ELM_PROFILE_SCR=./etc/profile.d/elementary.sh
- echo 'export ELM_ENGINE=x11-16' > ${ELM_PROFILE_SCR}
+ echo 'export ELM_ENGINE=x11' > ${ELM_PROFILE_SCR}
echo 'export ELM_THEME=gry' >> ${ELM_PROFILE_SCR}
echo 'export ELM_SCALE=2' >> ${ELM_PROFILE_SCR}
echo 'export ELM_FINGER_SIZE=70' >> ${ELM_PROFILE_SCR}