<div dir="ltr">I thought this was resolved via `<span style="color:rgb(3,47,98);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">require-input=false</span>` in weston.ini, which works already for the Pi too.<div><br></div><div>Is this patch enabling that directive automatically?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 12, 2017 at 10:30 AM, Leon Anavi <span dir="ltr"><<a href="mailto:leon.anavi@konsulko.com" target="_blank">leon.anavi@konsulko.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">During demonstrations of Automotive Grade Linux (AGL), GENIVI Development<br>
Platform (GDP), Tizen and other platforms relying on Weston it is very<br>
convenient to launch it even if there are no input devices such as a<br>
keyboard or a mouse. This fix is particularly useful for Raspberry Pi<br>
which is a frequently used and a very popular board in the community.<br>
<br>
Signed-off-by: Leon Anavi <<a href="mailto:leon.anavi@konsulko.com">leon.anavi@konsulko.com</a>><br>
---<br>
 libweston/compositor-drm.c | 1 -<br>
 1 file changed, 1 deletion(-)<br>
<br>
diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c<br>
index b641d61..5eebd2a 100644<br>
--- a/libweston/compositor-drm.c<br>
+++ b/libweston/compositor-drm.c<br>
@@ -4091,7 +4091,6 @@ drm_backend_create(struct weston_compositor *compositor,<br>
                            compositor, b->udev, seat_id,<br>
                            config->configure_device) < 0) {<br>
                weston_log("failed to create input devices\n");<br>
-               goto err_sprite;<br>
        }<br>
<br>
        if (create_outputs(b, drm_device) < 0) {<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
______________________________<wbr>_________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>