diff options
author | Daniel Díaz <daniel.diaz@linaro.org> | 2016-11-24 16:09:31 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 11:46:38 +0000 |
commit | 8fa5e442d16b1d04066b51b9fd56be41ae67d2d5 (patch) | |
tree | fd5fb3de5a9094310478b1c0ce65deaf7bf52fa3 /meta/recipes-graphics/wayland/weston_1.11.0.bb | |
parent | 5d6761dacd370fdb6f29269a22cfbca86f301024 (diff) | |
download | openembedded-core-8fa5e442d16b1d04066b51b9fd56be41ae67d2d5.tar.gz openembedded-core-8fa5e442d16b1d04066b51b9fd56be41ae67d2d5.tar.bz2 openembedded-core-8fa5e442d16b1d04066b51b9fd56be41ae67d2d5.zip |
weston: Add no-input-device patch to 1.11.0.
The included patch, backported from Weston master (and OE-Core
master since Weston 1.11.1, b6864b1), allows it to run without
any input device at launch. An ini option is introduced for
this purpose, so there is no behavioral change.
Related change in weston.ini:
[core]
require-input=true
Default is true; setting it false allows Weston to run
without a keyboard or mouse, which is handy for automated
environments.
Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.11.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.11.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.11.0.bb b/meta/recipes-graphics/wayland/weston_1.11.0.bb index 3ad309dab6..9740ce9c9e 100644 --- a/meta/recipes-graphics/wayland/weston_1.11.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.11.0.bb @@ -14,6 +14,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ file://xwayland.weston-start \ file://make-weston-launch-exit-for-unrecognized-option.patch \ file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ + file://weston-1.11-config-option-for-no-input-device.patch \ " SRC_URI[md5sum] = "bc6f90a2039163804aecfa663b69c4c2" SRC_URI[sha256sum] = "05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125" |