diff options
author | Bernhard Guillon <Bernhard.Guillon@opensimpad.org> | 2008-11-25 18:41:15 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-11-25 18:41:15 +0100 |
commit | 03219a272280eceb2b761e32a011700d1bdde72c (patch) | |
tree | 9b304d887d297b5896d44464edb86b626634a428 /packages/tasks | |
parent | 07d5bbb00e8f0ba7a7e0ce234133628a66ad6992 (diff) |
xqtlauncher: add package
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-xqtlauncher.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/tasks/task-xqtlauncher.bb b/packages/tasks/task-xqtlauncher.bb new file mode 100644 index 0000000000..3d9029e5d1 --- /dev/null +++ b/packages/tasks/task-xqtlauncher.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Tasks for xqtlauncher stuff"
+SECTION = "opie/base"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit task
+
+PACKAGES = "task-xqtlauncher task-xqtlauncher-blackbox"
+
+#xkbd is currently needed becuse of a bug at xqt2
+RDEPENDS_task-xqtlauncher = "xqtlauncher \
+ xqtlauncher-xkbd-desktop \
+ "
+
+#
+# xqtlauncher with blackbox as wm
+#
+
+RDEPENDS_task-xqtlauncher-blackbox = "xqtlauncher-blackbox-config \
+ "
+
|