diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 19:41:02 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-05 19:41:02 +0000 |
commit | cd66d84736928e875b766d2f963cb32e4332f80d (patch) | |
tree | ce95946b4f8eb93ac610782fee4ce2261d238ed1 /packages | |
parent | 67f53d7f0965c710ecc39aacaaa30c31827bc3b4 (diff) |
task-opie: Add dependency on opie-taskbar-images, 240x320 version until ways
to provide screen size for all machines will be settled.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tasks/task-opie.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/tasks/task-opie.bb b/packages/tasks/task-opie.bb index 7380b5fc20..1bdea2ed4d 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 = "r9" +PR = "r10" PACKAGES = "task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -26,8 +26,10 @@ 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-pics opie-sounds opie-freetype \ + opie-taskbar opie-taskbar-images-240x320 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. # # things for reasonable bootstrap image |