summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-x11.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-10-29 23:48:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 12:08:59 +0000
commit31c7b6f1e81eda077c9af47faa6f53762e77ad87 (patch)
tree66bf8b518137871844024a617c26d38f4c30e26d /meta/recipes-sato/tasks/task-core-x11.bb
parent61127dd923c22143eab961515d8115646f518788 (diff)
downloadpoky-31c7b6f1e81eda077c9af47faa6f53762e77ad87.tar.gz
task-core-x11: use VIRTUAL-RUNTIME variables for xserver_common and graphical_init_manager
(From OE-Core rev: 9e7c7e39a32b29386bee64b75cec949d30e3d2e7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/tasks/task-core-x11.bb')
-rw-r--r--meta/recipes-sato/tasks/task-core-x11.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb
index 26d550add2..106bc0f7fb 100644
--- a/meta/recipes-sato/tasks/task-core-x11.bb
+++ b/meta/recipes-sato/tasks/task-core-x11.bb
@@ -30,6 +30,12 @@ ALLOW_EMPTY = "1"
30FILEMANAGER ?= "pcmanfm" 30FILEMANAGER ?= "pcmanfm"
31FILEMANAGER_mips ?= "" 31FILEMANAGER_mips ?= ""
32 32
33# xserver-common, x11-common
34VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
35
36# elsa, xserver-nodm-init
37VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
38
33 39
34RDEPENDS_task-core-x11-base = "\ 40RDEPENDS_task-core-x11-base = "\
35 dbus \ 41 dbus \
@@ -42,8 +48,8 @@ RDEPENDS_task-core-x11-base = "\
42 matchbox-desktop \ 48 matchbox-desktop \
43 matchbox-session \ 49 matchbox-session \
44 ${XSERVER} \ 50 ${XSERVER} \
45 x11-common \ 51 ${VIRTUAL-RUNTIME_xserver_common} \
46 xserver-nodm-init \ 52 ${VIRTUAL-RUNTIME_graphical_init_manager} \
47 liberation-fonts \ 53 liberation-fonts \
48 xauth \ 54 xauth \
49 xhost \ 55 xhost \