summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2021-09-16 16:26:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-09-30 12:55:53 +0200
commit6cddd150d0d2cb384f08ea0f3d252055fc05b3f7 (patch)
tree5aa54eaa31945143a393ec87b4ca5eaa7a39c99c
parent457c551777da23dacc09d3e2b8b8b66301870da7 (diff)
downloadptxdist-6cddd150d0d2cb384f08ea0f3d252055fc05b3f7.tar.gz
ptxdist-6cddd150d0d2cb384f08ea0f3d252055fc05b3f7.tar.xz
weston: Add kiosk shell install rule.
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> Message-Id: <20210916142625.1742431-1-christian.melki@t2data.com> Reviewed-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/weston.make3
1 files changed, 3 insertions, 0 deletions
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