diff options
author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-03-11 13:52:21 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-12 22:49:28 +0000 |
commit | 4719298e34b7098465fd87355ed6d899583654d0 (patch) | |
tree | 86bf16974453b1022671eb9fc459fda7d0086e4d | |
parent | 95cf1a9a5daffd4641d9fae5b346bc762e012b94 (diff) | |
download | poky-4719298e34b7098465fd87355ed6d899583654d0.tar.gz |
weston-init: Allow use of weston without input devices
Don't force users to have input device in your targets. As the default
option require-input is set to true, Weston only starts if we have a
device in /dev/input/event* and this not a requirement for all applications,
e.g. kiosk browser.
(From OE-Core rev: 43f40613ecedb8c3a9e3aaac0630464efc7525e3)
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini index 1eecf48bc1..1e6dff68fd 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.ini +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini | |||
@@ -1,9 +1,10 @@ | |||
1 | # configuration file for Weston | 1 | # configuration file for Weston |
2 | 2 | ||
3 | #[core] | 3 | [core] |
4 | #modules=xwayland.so,cms-colord.so | 4 | #modules=xwayland.so,cms-colord.so |
5 | #shell=desktop-shell.so | 5 | #shell=desktop-shell.so |
6 | #gbm-format=xrgb2101010 | 6 | #gbm-format=xrgb2101010 |
7 | require-input=false | ||
7 | 8 | ||
8 | #[shell] | 9 | #[shell] |
9 | #background-image=/usr/share/backgrounds/gnome/Aqua.jpg | 10 | #background-image=/usr/share/backgrounds/gnome/Aqua.jpg |