Forward port local-arm-futex patch to poky morty HEAD
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / 0001-compositor-drm.c-Launch-without-input-devices.patch
1 From 43f66e20a6788388df4fc052d257f005c359080f Mon Sep 17 00:00:00 2001
2 From: Leon Anavi <leon.anavi@konsulko.com>
3 Date: Wed, 14 Dec 2016 12:26:31 +0200
4 Subject: [PATCH] compositor-drm.c: Launch without input devices
5
6 Launch Weston 11 even if input devices (such as
7 a keyboard, a mouse or a touchscreen) are not
8 present.
9
10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
11 ---
12  src/compositor-drm.c | 1 -
13  1 file changed, 1 deletion(-)
14
15 diff --git a/src/compositor-drm.c b/src/compositor-drm.c
16 index fd89627..f66e0af 100644
17 --- a/src/compositor-drm.c
18 +++ b/src/compositor-drm.c
19 @@ -3123,7 +3123,6 @@ drm_backend_create(struct weston_compositor *compositor,
20         if (udev_input_init(&b->input,
21                             compositor, b->udev, seat_id) < 0) {
22                 weston_log("failed to create input devices\n");
23 -               goto err_sprite;
24         }
25  
26         if (create_outputs(b, config->connector, drm_device) < 0) {
27 -- 
28 2.7.4