diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-30 15:51:21 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-30 15:51:21 +0000 |
commit | f6833e0713ac54ca7dd9017ce012fc12e37d6409 (patch) | |
tree | 8e20f426c0a8908113a88e1bedc5dc12b6e16b3a /packages/tasks | |
parent | a31229ef8c96e6ad6dbe5c7b9c78639354b73ec0 (diff) |
task-opie: Include opie-init in task-opie-base.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-opie.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-opie.bb b/packages/tasks/task-opie.bb index 616968ea36..c4f493b80d 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 = "r5" +PR = "r6" PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -27,7 +27,7 @@ PACKAGES += "task-opie-everything" # # Dependencies to get the launcher up and running # -RDEPENDS_task-opie-base = "opie-alarm opie-qcop opie-quicklauncher opie-taskbar \ +RDEPENDS_task-opie-base = "opie-init opie-alarm opie-qcop opie-quicklauncher opie-taskbar \ opie-pics opie-sounds opie-freetype ttf-dejavu-sans \ ttf-dejavu-sans-mono" |