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 0cc32985c1..a616c473ec 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
| @@ -56,7 +56,7 @@ do_install() { | |||
| 56 | fi | 56 | fi |
| 57 | 57 | ||
| 58 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then | 58 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then |
| 59 | echo "idle-time=0" >> ${D}${sysconfdir}/xdg/weston/weston.ini | 59 | sed -i -e "/^\[core\]/a idle-time=0" ${D}${sysconfdir}/xdg/weston/weston.ini |
| 60 | fi | 60 | fi |
| 61 | } | 61 | } |
| 62 | 62 | ||
