mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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: cffe25dcbdafe4c200ee1b99ab1df58c2b50d937) 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> (cherry picked from commit 56dee47a5ddb1da66d30f894a282d0658dcc930c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c5f72317ed
commit
ca5de99799
@@ -42,7 +42,7 @@ require-input=false
|
|||||||
#path=/build/weston-0lEgCh/weston-1.11.0/weston-flower
|
#path=/build/weston-0lEgCh/weston-1.11.0/weston-flower
|
||||||
|
|
||||||
#[input-method]
|
#[input-method]
|
||||||
#path=/usr/lib/weston/weston-keyboard
|
#path=/usr/libexec/weston-keyboard
|
||||||
|
|
||||||
#[output]
|
#[output]
|
||||||
#name=LVDS1
|
#name=LVDS1
|
||||||
|
|||||||
Reference in New Issue
Block a user