Thanks, applied as 6cddd150d0d2cb384f08ea0f3d252055fc05b3f7. Michael
[sent from post-receive hook] On Thu, 07 Oct 2021 12:19:00 +0200, Christian Melki <[email protected]> wrote: > Seems the kiosk shell was forgotten about during installation. > Defined, built but never installed? > Add install rule. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Reviewed-by: Michael Tretter <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/weston.make b/rules/weston.make > index 2bd11b4ef00e..716c990e7c36 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 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
