mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule.
@ 2021-09-16 14:26 Christian Melki
  2021-09-28 14:59 ` Michael Tretter
  2021-10-07 10:19 ` [ptxdist] [APPLIED] weston: " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2021-09-16 14:26 UTC (permalink / raw)
  To: ptxdist

Seems the kiosk shell was forgotten about during installation.
Defined, built but never installed?
Add install rule.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 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
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-07 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 14:26 [ptxdist] [PATCH] rules/weston.make: Add kiosk shell install rule Christian Melki
2021-09-28 14:59 ` Michael Tretter
2021-10-07 10:19 ` [ptxdist] [APPLIED] weston: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox