Signed-off-by: Philipp Zabel <[email protected]>
---
rules/weston.in | 6 ++++++
rules/weston.make | 10 ++++++++++
2 files changed, 16 insertions(+)
diff --git a/rules/weston.in b/rules/weston.in
index d42eaf27ed75..5974ac910125 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -107,4 +107,10 @@ config WESTON_REMOTING
bool
prompt "remoting plugin"
+config WESTON_SIMPLE_CLIENTS
+ bool
+ prompt "simple clients"
+ help
+ Install the weston-simple-* test clients.
+
endif
diff --git a/rules/weston.make b/rules/weston.make
index c093fdf65f63..942a66c67f5e 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -117,6 +117,16 @@ 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-screenshooter)
+ifdef PTXCONF_WESTON_SIMPLE_CLIENTS
+ @$(call install_copy, weston, 0, 0, 0755, -,
/usr/bin/weston-simple-damage)
+ @$(call install_copy, weston, 0, 0, 0755, -,
/usr/bin/weston-simple-dmabuf-drm)
+ifdef PTXCONF_WESTON_GL
+ @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-simple-egl)
+ @$(call install_copy, weston, 0, 0, 0755, -,
/usr/bin/weston-simple-dmabuf-egl)
+endif
+ @$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-simple-shm)
+ @$(call install_copy, weston, 0, 0, 0755, -,
/usr/bin/weston-simple-touch)
+endif
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/weston-terminal)
ifdef PTXCONF_WESTON_WCAP_TOOLS
--
2.20.1
_______________________________________________
ptxdist mailing list
[email protected]