summaryrefslogtreecommitdiffstats
path: root/rules/weston.make
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-04-11 12:03:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-04-11 12:40:31 +0200
commit233ba638a0a3047d0f248e276ff11494feb536df (patch)
tree0d8d972ffc9e0c2c54af93d7848edcf6e1dcbd4d /rules/weston.make
parent1dcec8b2b225b69fc44fce43b868517e03267d99 (diff)
downloadptxdist-233ba638a0a3047d0f248e276ff11494feb536df.tar.gz
ptxdist-233ba638a0a3047d0f248e276ff11494feb536df.tar.xz
weston: make weston-launch configurable
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/weston.make')
-rw-r--r--rules/weston.make5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/weston.make b/rules/weston.make
index 61cb6b072..dd942b0bb 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -59,7 +59,7 @@ WESTON_CONF_OPT := \
--disable-simple-dmabuf-v4l-client \
--enable-clients \
--enable-resize-optimization \
- --disable-weston-launch \
+ --$(call ptx/endis, PTXCONF_WESTON_LAUNCH)-weston-launch \
--enable-fullscreen-shell \
--disable-colord \
--$(call ptx/endis, PTXCONF_WESTON_SYSTEMD_LOGIND)-dbus \
@@ -90,6 +90,9 @@ $(STATEDIR)/weston.targetinstall:
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston)
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-info)
+ifdef PTXCONF_WESTON_LAUNCH
+ @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-launch)
+endif
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-terminal)
ifdef PTXCONF_WESTON_WCAP_TOOLS