diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2008-12-06 20:01:13 +0100 |
---|---|---|
committer | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2008-12-06 20:06:18 +0100 |
commit | a633365b0f23b8f9baa551c0c02e6ce4d96ee9c7 (patch) | |
tree | 2071c90af605d1053a36ddaf5f8e5fee6d63f039 /packages/tasks | |
parent | 9d5481d12accd202313c4585ccd1b440e7a03ebb (diff) |
xqtlauncher: removed xqtlauncher-xkbd-desktop and updated task-xqtlauncher to fit the change
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-xqtlauncher.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/tasks/task-xqtlauncher.bb b/packages/tasks/task-xqtlauncher.bb index 3d9029e5d1..690d0dfd19 100644 --- a/packages/tasks/task-xqtlauncher.bb +++ b/packages/tasks/task-xqtlauncher.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Tasks for xqtlauncher stuff"
SECTION = "opie/base"
LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
inherit task
@@ -9,8 +9,8 @@ PACKAGES = "task-xqtlauncher task-xqtlauncher-blackbox" #xkbd is currently needed becuse of a bug at xqt2
RDEPENDS_task-xqtlauncher = "xqtlauncher \
- xqtlauncher-xkbd-desktop \
- "
+ xkbd \
+ "
#
# xqtlauncher with blackbox as wm
|