diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init.bb')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 65d7b81dc5..6b78e6722f 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
| @@ -30,6 +30,7 @@ DEFAULTBACKEND_x86-x32 = "fbdev" | |||
| 30 | do_install() { | 30 | do_install() { |
| 31 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then | 31 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then |
| 32 | install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston | 32 | install -Dm755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/weston |
| 33 | sed -i 's#ROOTHOME#${ROOT_HOME}#' ${D}/${sysconfdir}/init.d/weston | ||
| 33 | fi | 34 | fi |
| 34 | install -D -p -m0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}/xdg/weston/weston.ini | 35 | install -D -p -m0644 ${WORKDIR}/weston.ini ${D}${sysconfdir}/xdg/weston/weston.ini |
| 35 | install -Dm644 ${WORKDIR}/weston.env ${D}${sysconfdir}/default/weston | 36 | install -Dm644 ${WORKDIR}/weston.env ${D}${sysconfdir}/default/weston |
