diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-19 07:36:54 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-19 07:36:54 +0000 |
commit | d7d7b114c4fb7b46e117bb0184aae55f4547c06a (patch) | |
tree | 3ce70f52a45d7f090e58876130bca86155a7f37a /packages/tasks | |
parent | cda21bd20ab36ba06f41ee2f5b784e2a3a796337 (diff) |
task-opie: Try to install backgrounds for device native resolution.
* Also, for both landsacpe and portrait orientations.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-opie.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/tasks/task-opie.bb b/packages/tasks/task-opie.bb index 1bdea2ed4d..018ed9a9c8 100644 --- a/packages/tasks/task-opie.bb +++ b/packages/tasks/task-opie.bb @@ -5,7 +5,7 @@ ALLOW_EMPTY = "1" LICENSE = "MIT" PROVIDES = "task-opie-everything" -PR = "r10" +PR = "r11" PACKAGES = "task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -26,10 +26,11 @@ PACKAGES += "task-opie-everything" # Dependencies to get the launcher up and running # RDEPENDS_task-opie-base = "opie-init opie-alarm opie-qcop opie-qss opie-quicklauncher \ - opie-taskbar opie-taskbar-images-240x320 opie-pics opie-sounds opie-freetype \ + opie-taskbar opie-pics opie-sounds opie-freetype \ ttf-dejavu-sans ttf-dejavu-sans-mono" -# TODO: Instead of opie-taskbar-images-240x320 version for target machine should be used, pending -# mechanism to specify screen size for all machines. +# 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}" # # things for reasonable bootstrap image |