[oe-commits] [openembedded-core] 09/13: weston-init: Allow use of weston without input devices

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 00:28:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 56c5d6f0386b7eac1e28adb8461b936fbdf08f26
Author: Domarys Correa <domarys.correa at ossystems.com.br>
AuthorDate: Wed Mar 11 13:52:21 2020 -0300

    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.
    
    Signed-off-by: Domarys Correa <domarys.correa at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/wayland/weston-init/weston.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini
index 1eecf48..1e6dff6 100644
--- a/meta/recipes-graphics/wayland/weston-init/weston.ini
+++ b/meta/recipes-graphics/wayland/weston-init/weston.ini
@@ -1,9 +1,10 @@
 # configuration file for Weston
 
-#[core]
+[core]
 #modules=xwayland.so,cms-colord.so
 #shell=desktop-shell.so
 #gbm-format=xrgb2101010
+require-input=false
 
 #[shell]
 #background-image=/usr/share/backgrounds/gnome/Aqua.jpg

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list