Seems the kiosk shell was forgotten about during installation. Defined, built but never installed? Add install rule.
Signed-off-by: Christian Melki <[email protected]> --- rules/weston.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/weston.make b/rules/weston.make index 2bd11b4ef..716c990e7 100644 --- a/rules/weston.make +++ b/rules/weston.make @@ -161,6 +161,9 @@ endif ifdef PTXCONF_WESTON_IVISHELL @$(call install_lib, weston, 0, 0, 0644, weston/ivi-shell) endif +ifdef PTXCONF_WESTON_SHELL_KIOSK + @$(call install_lib, weston, 0, 0, 0644, weston/kiosk-shell) +endif ifdef PTXCONF_WESTON_SYSTEMD @$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify) endif -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
