summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb2
-rw-r--r--meta/recipes-graphics/wayland/weston-init/init2
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
14inherit allarch update-rc.d 14inherit allarch update-rc.d
15 15
16RDEPENDS_${PN} = "weston kbd"
17
16INITSCRIPT_NAME = "weston" 18INITSCRIPT_NAME = "weston"
17INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ." 19INITSCRIPT_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)