Signed-off-by: Philipp Zabel <[email protected]>
---
rules/weston.in | 7 +++++++
rules/weston.make | 3 +++
2 files changed, 10 insertions(+)
diff --git a/rules/weston.in b/rules/weston.in
index 5974ac910125..e4ab8780863e 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -113,4 +113,11 @@ config WESTON_SIMPLE_CLIENTS
help
Install the weston-simple-* test clients.
+config WESTON_TOUCH_CALIBRATOR
+ bool
+ prompt "touch calibrator"
+ help
+ Install weston-touch-calibrator tool, interface must be enabled in
+ weston.ini.
+
endif
diff --git a/rules/weston.make b/rules/weston.make
index 942a66c67f5e..7cfad5eb12fe 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -128,6 +128,9 @@ endif
@$(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_TOUCH_CALIBRATOR
+ @$(call install_copy, weston, 0, 0, 0755, -,
/usr/bin/weston-touch-calibrator)
+endif
ifdef PTXCONF_WESTON_WCAP_TOOLS
@$(call install_copy, weston, 0, 0, 0755, -, /usr/bin/wcap-decode)
--
2.20.1
_______________________________________________
ptxdist mailing list
[email protected]