diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index b7a99be646..1eee0d3c71 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
| @@ -51,7 +51,7 @@ do_install() { | |||
| 51 | fi | 51 | fi |
| 52 | 52 | ||
| 53 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then | 53 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then |
| 54 | echo "idle-time=0" >> ${D}${sysconfdir}/xdg/weston/weston.ini | 54 | sed -i -e "/^\[core\]/a idle-time=0" ${D}${sysconfdir}/xdg/weston/weston.ini |
| 55 | fi | 55 | fi |
| 56 | } | 56 | } |
| 57 | 57 | ||
