linux-intel: Pull in common configuration fragments
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / 0001-compositor-drm.c-Launch-without-input-devices.patch
1 From 9da4f513547b4a4f0972cc718b55ba3fc5271c87 Mon Sep 17 00:00:00 2001
2 From: Leon Anavi <leon.anavi@konsulko.com>
3 Date: Tue, 10 Oct 2017 17:21:09 +0300
4 Subject: [PATCH] compositor-drm.c: Launch without input devices
5
6 Launch Weston 2.0 even if there are no input devices.
7
8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
9 ---
10  libweston/compositor-drm.c | 1 -
11  1 file changed, 1 deletion(-)
12
13 diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c
14 index 1d38f05..afe0dea 100644
15 --- a/libweston/compositor-drm.c
16 +++ b/libweston/compositor-drm.c
17 @@ -3278,7 +3278,6 @@ drm_backend_create(struct weston_compositor *compositor,
18                             compositor, b->udev, seat_id,
19                             config->configure_device) < 0) {
20                 weston_log("failed to create input devices\n");
21 -               goto err_sprite;
22         }
23  
24         b->connector = config->connector;
25 -- 
26 2.7.4
27