]> code.ossystems Code Review - openembedded-core.git/commitdiff
weston-init: Allow use of weston without input devices
authorDomarys Correa <domarys.correa@ossystems.com.br>
Wed, 11 Mar 2020 16:52:21 +0000 (13:52 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Mar 2020 22:49:23 +0000 (22:49 +0000)
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@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston-init/weston.ini

index 1eecf48bc15eb4d6e1d2cb21ec337fff558b0033..1e6dff68fd2cad42394c4233d77bbf01c173d9f1 100644 (file)
@@ -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