X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl%2Frecipes-graphics%2Fwayland%2Fweston%2F0001-compositor-drm.c-Launch-without-input-devices.patch;h=93b7739fdc2552e484640a95076c3323e0e289f9;hb=99a568b05d5f9850b79199f7273737a6e565925b;hp=0d7b9ee61793f9d69652383951fcb87e33ef55bb;hpb=f6320f5660db15a207f69fbe2ea6e837bd832b34;p=AGL%2Fmeta-agl.git diff --git a/meta-agl/recipes-graphics/wayland/weston/0001-compositor-drm.c-Launch-without-input-devices.patch b/meta-agl/recipes-graphics/wayland/weston/0001-compositor-drm.c-Launch-without-input-devices.patch index 0d7b9ee61..93b7739fd 100644 --- a/meta-agl/recipes-graphics/wayland/weston/0001-compositor-drm.c-Launch-without-input-devices.patch +++ b/meta-agl/recipes-graphics/wayland/weston/0001-compositor-drm.c-Launch-without-input-devices.patch @@ -1,10 +1,11 @@ -From d46538cde290f2638d3631a8789f659b433c2d2a Mon Sep 17 00:00:00 2001 +From 43f66e20a6788388df4fc052d257f005c359080f Mon Sep 17 00:00:00 2001 From: Leon Anavi -Date: Mon, 24 Oct 2016 14:54:02 +0300 +Date: Wed, 14 Dec 2016 12:26:31 +0200 Subject: [PATCH] compositor-drm.c: Launch without input devices -Launch Weston 1.9 even if input devices (such as -a keyboard or a mouse) are not present. +Launch Weston 11 even if input devices (such as +a keyboard, a mouse or a touchscreen) are not +present. Signed-off-by: Leon Anavi --- @@ -12,17 +13,16 @@ Signed-off-by: Leon Anavi 1 file changed, 1 deletion(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c -index 6777bf8..ab493ad 100644 +index fd89627..f66e0af 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c -@@ -3149,7 +3149,6 @@ drm_backend_create(struct weston_compositor *compositor, +@@ -3123,7 +3123,6 @@ drm_backend_create(struct weston_compositor *compositor, if (udev_input_init(&b->input, - compositor, b->udev, param->seat_id) < 0) { + compositor, b->udev, seat_id) < 0) { weston_log("failed to create input devices\n"); - goto err_sprite; } - if (create_outputs(b, param->connector, drm_device) < 0) { + if (create_outputs(b, config->connector, drm_device) < 0) { -- 2.7.4 -