From: Domarys Correa Date: Wed, 11 Mar 2020 16:52:21 +0000 (-0300) Subject: weston-init: Allow use of weston without input devices X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f40613ecedb8c3a9e3aaac0630464efc7525e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini index 1eecf48bc15..1e6dff68fd2 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