diff options
| author | ssuesens <sebastian.suesens@baslerweb.com> | 2022-06-14 08:27:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-15 12:27:01 +0100 |
| commit | cd965430c09b596788f4de7851f8a201e1321b1d (patch) | |
| tree | 1a0ec14f6c622a332941685ab673112612a32cae /meta | |
| parent | b4206958f5a26f55ee82f590e6e276c439778e62 (diff) | |
| download | poky-cd965430c09b596788f4de7851f8a201e1321b1d.tar.gz | |
weston.init: enabled xwayland
set xwayland support in weston.init file to true
(From OE-Core rev: fdbe559c66c96954bd3322ab2981af36a95a50ea)
Signed-off-by: ssuesens <sebastian.suesens@baslerweb.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 497d860203..77dda03cf5 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
| @@ -50,6 +50,10 @@ do_install() { | |||
| 50 | sed -i -e "/^\[core\]/a backend=${DEFAULTBACKEND}-backend.so" ${D}${sysconfdir}/xdg/weston/weston.ini | 50 | sed -i -e "/^\[core\]/a backend=${DEFAULTBACKEND}-backend.so" ${D}${sysconfdir}/xdg/weston/weston.ini |
| 51 | fi | 51 | fi |
| 52 | 52 | ||
| 53 | if [ "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'yes', 'no', d)}" = "yes" ]; then | ||
| 54 | sed -i -e "/^\[core\]/a xwayland=true" ${D}${sysconfdir}/xdg/weston/weston.ini | ||
| 55 | fi | ||
| 56 | |||
| 53 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then | 57 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'no-idle-timeout', 'yes', 'no', d)}" = "yes" ]; then |
| 54 | sed -i -e "/^\[core\]/a idle-time=0" ${D}${sysconfdir}/xdg/weston/weston.ini | 58 | sed -i -e "/^\[core\]/a idle-time=0" ${D}${sysconfdir}/xdg/weston/weston.ini |
| 55 | fi | 59 | fi |
