summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_1.9.0.bb
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2016-10-25 13:09:45 -0500
committerSona Sarmadi <sona.sarmadi@enea.com>2017-02-10 12:21:36 +0100
commit09cf53dfd3dc12d3b2f3743617d18cb1012e8b3f (patch)
treefbdfdf930fa8458f88f389aac2b7091ac854a5cf /meta/recipes-graphics/wayland/weston_1.9.0.bb
parent10bef78e2135fb191166e3893cc4a1326deede8c (diff)
downloadpoky-09cf53dfd3dc12d3b2f3743617d18cb1012e8b3f.tar.gz
weston: Add no-input-device patch to 1.9.0.
The included patch, backported from Weston master, allows it to run without any input device at launch. An ini option is introduced for this purpose, so there is no behavioral change. Related change in weston.ini: [core] require-input=true Default is true; setting it false allows Weston to run without a keyboard or mouse, which is handy for automated environments. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.9.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.9.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.9.0.bb b/meta/recipes-graphics/wayland/weston_1.9.0.bb
index 16a788d2a3..8a619b553a 100644
--- a/meta/recipes-graphics/wayland/weston_1.9.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.9.0.bb
@@ -13,6 +13,7 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
13 file://0001-make-error-portable.patch \ 13 file://0001-make-error-portable.patch \
14 file://libsystemd.patch \ 14 file://libsystemd.patch \
15 file://explicit-enable-disable-systemd.patch \ 15 file://explicit-enable-disable-systemd.patch \
16 file://add-config-option-for-no-input-device.patch \
16" 17"
17SRC_URI[md5sum] = "66bbba12f546570b4d97f676bc79a28e" 18SRC_URI[md5sum] = "66bbba12f546570b4d97f676bc79a28e"
18SRC_URI[sha256sum] = "9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf" 19SRC_URI[sha256sum] = "9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf"