This should allow Weston to start even when no input devices are found. Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-graphics/wayland/weston-conf/ti43x/weston.ini | 3 +++ .../recipes-graphics/wayland/weston-conf/weston.ini | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini index b863ba83..3fb2018a 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini +++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/ti43x/weston.ini @@ -1,3 +1,6 @@ +[core] +require-input=false + [shell] locking=false animation=zoom diff --git a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini index 615a6045..a78a8439 100644 --- a/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini +++ b/meta-arago-distro/recipes-graphics/wayland/weston-conf/weston.ini @@ -1,3 +1,6 @@ +[core] +require-input=false + [shell] locking=false animation=zoom @@ -7,4 +10,3 @@ startup-animation=fade [screensaver] # Uncomment path to disable screensaver #path=@libexecdir@/weston-screensaver - -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
