diff options
| -rw-r--r-- | meta/recipes-sato/tasks/task-core-x11.bb | 10 |
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" | |||
| 30 | FILEMANAGER ?= "pcmanfm" | 30 | FILEMANAGER ?= "pcmanfm" |
| 31 | FILEMANAGER_mips ?= "" | 31 | FILEMANAGER_mips ?= "" |
| 32 | 32 | ||
| 33 | # xserver-common, x11-common | ||
| 34 | VIRTUAL-RUNTIME_xserver_common ?= "x11-common" | ||
| 35 | |||
| 36 | # elsa, xserver-nodm-init | ||
| 37 | VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init" | ||
| 38 | |||
| 33 | 39 | ||
| 34 | RDEPENDS_task-core-x11-base = "\ | 40 | RDEPENDS_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 \ |
