blob: 690d0dfd1973afd470e2d594a87d07a2b5ac8771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
"
|