aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 22:04:06 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 21:50:14 +0100
commitbd11184f5b5a8037444b22019c73249a967a4eb7 (patch)
treeb17f0998911415ccdc3ddea72b28d5849dbf9c64
parent4d8eefd2645885d3009f1a2102ce65a4d667d8ae (diff)
downloadmeta-opie-bd11184f5b5a8037444b22019c73249a967a4eb7.tar.gz
task-opie: reverse default display width/height
240x320 is a more appropriate default screen size for a typical Opie target PDA device. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-opie/tasks/task-opie.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-opie/tasks/task-opie.bb b/recipes-opie/tasks/task-opie.bb
index e4073ef..5e3a113 100644
--- a/recipes-opie/tasks/task-opie.bb
+++ b/recipes-opie/tasks/task-opie.bb
@@ -31,8 +31,8 @@ PACKAGES += "task-opie-everything"
RDEPENDS_task-opie-base = "opie-init opie-alarm opie-qcop opie-qss opie-quicklauncher \
opie-taskbar opie-pics opie-sounds opie-freetype \
ttf-dejavu-sans ttf-dejavu-sans-mono"
-MACHINE_DISPLAY_WIDTH_PIXELS ?= "320"
-MACHINE_DISPLAY_HEIGHT_PIXELS ?= "240"
+MACHINE_DISPLAY_WIDTH_PIXELS ?= "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS ?= "320"
# Recommend both landscape and portrait backgrounds
RRECOMMENDS_task-opie-base = "opie-taskbar-images-${MACHINE_DISPLAY_WIDTH_PIXELS}x${MACHINE_DISPLAY_HEIGHT_PIXELS} \
opie-taskbar-images-${MACHINE_DISPLAY_HEIGHT_PIXELS}x${MACHINE_DISPLAY_WIDTH_PIXELS}"