diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/init | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index a3fe811f4d..4ebda8b297 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -13,5 +13,7 @@ do_install() { | |||
13 | 13 | ||
14 | inherit allarch update-rc.d | 14 | inherit allarch update-rc.d |
15 | 15 | ||
16 | RDEPENDS_${PN} = "weston kbd" | ||
17 | |||
16 | INITSCRIPT_NAME = "weston" | 18 | INITSCRIPT_NAME = "weston" |
17 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." | 19 | INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." |
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index daa7f2300f..284fd0ac3c 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init | |||
@@ -34,7 +34,7 @@ case "$1" in | |||
34 | chmod 0700 $XDG_RUNTIME_DIR | 34 | chmod 0700 $XDG_RUNTIME_DIR |
35 | fi | 35 | fi |
36 | 36 | ||
37 | weston | 37 | openvt -s weston |
38 | ;; | 38 | ;; |
39 | 39 | ||
40 | stop) | 40 | stop) |