summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2017-10-10 17:32:57 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-10-11 09:11:26 +0000
commit2698d8a0d86078bacfe38edd5678ffa48d1bfc94 (patch)
tree87fcd97292a04cea4403801bb7a7ccc395386dd2 /meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend
parent718422057615878c92a5075cdc9ca6dda188d5e2 (diff)
weston: Launch even without input devices
Fix the recurring bug and launch Weston 2.0 even if there are no input devices such a keyboard or a mouse. Bug-AGL: SPEC-936 Change-Id: I9c92ce7762626fd5df40224b53317c1239a4bd6f Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11203 Reviewed-by: Thomas Rini <trini@konsulko.com> Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Changhyeok Bae <changhyeok.bae@gmail.com> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend')
-rw-r--r--meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend
index 65f34bc24..32df379b3 100644
--- a/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend
+++ b/meta-agl/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -2,6 +2,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
SRC_URI_append = "\
file://0001-Allow-regular-users-to-launch-Weston_2.0.0.patch \
+ file://0001-compositor-drm.c-Launch-without-input-devices.patch \
"
EXTRA_OECONF_append = " --enable-sys-uid"