diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-03 05:24:11 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-03 05:24:11 +0000 |
commit | e319a0e7b681259255ea35ef51f443672becfdcd (patch) | |
tree | 97bb44e399e15393bc78b6714bbec318fa49f5e5 | |
parent | 1d75eca295e3cdd1630098d20bff752a2c02de3b (diff) |
task-opie: Add opie-qss, an OPIE sound server, essential component.
* Fixed #2211.
-rw-r--r-- | packages/tasks/task-opie.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/tasks/task-opie.bb b/packages/tasks/task-opie.bb index c4f493b80d..960770ef7c 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 = "r6" +PR = "r7" PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -27,9 +27,9 @@ PACKAGES += "task-opie-everything" # # Dependencies to get the launcher up and running # -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" +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" # # things for reasonable bootstrap image |