diff options
author | Marek Vasut <marex@denx.de> | 2021-02-14 15:40:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 11:28:17 +0000 |
commit | d2cc09b32fee37f5ababc7a86869b8a39f8acb83 (patch) | |
tree | 77ff68c4f719281e38d01bcf063de1fb6c458535 | |
parent | 3b34804a0b4eee90bc1c44a187c59060e3d38d6b (diff) | |
download | poky-d2cc09b32fee37f5ababc7a86869b8a39f8acb83.tar.gz |
weston-init: Fix weston-keyboard path in weston.ini
The weston-keyboard executable is installed into /usr/libexec
instead of /usr/lib/weston , correct the path in weston.ini .
(From OE-Core rev: 56dee47a5ddb1da66d30f894a282d0658dcc930c)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Khem Raj <raj.khem@gmail.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/weston.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston.ini b/meta/recipes-graphics/wayland/weston-init/weston.ini index b48726d59c..6bd5aef55a 100644 --- a/meta/recipes-graphics/wayland/weston-init/weston.ini +++ b/meta/recipes-graphics/wayland/weston-init/weston.ini | |||
@@ -42,7 +42,7 @@ require-input=false | |||
42 | #path=/build/weston-0lEgCh/weston-1.11.0/weston-flower | 42 | #path=/build/weston-0lEgCh/weston-1.11.0/weston-flower |
43 | 43 | ||
44 | #[input-method] | 44 | #[input-method] |
45 | #path=/usr/lib/weston/weston-keyboard | 45 | #path=/usr/libexec/weston-keyboard |
46 | 46 | ||
47 | #[output] | 47 | #[output] |
48 | #name=LVDS1 | 48 | #name=LVDS1 |