diff options
Diffstat (limited to 'recipes/tasks/task-xqtlauncher.bb')
-rw-r--r-- | recipes/tasks/task-xqtlauncher.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/tasks/task-xqtlauncher.bb b/recipes/tasks/task-xqtlauncher.bb new file mode 100644 index 0000000000..690d0dfd19 --- /dev/null +++ b/recipes/tasks/task-xqtlauncher.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Tasks for xqtlauncher stuff"
+SECTION = "opie/base"
+LICENSE = "MIT"
+PR = "r1"
+
+inherit task
+
+PACKAGES = "task-xqtlauncher task-xqtlauncher-blackbox"
+
+#xkbd is currently needed becuse of a bug at xqt2
+RDEPENDS_task-xqtlauncher = "xqtlauncher \
+ xkbd \
+ "
+
+#
+# xqtlauncher with blackbox as wm
+#
+
+RDEPENDS_task-xqtlauncher-blackbox = "xqtlauncher-blackbox-config \
+ "
+
|