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 200656e2e483..9a4541dab074 100644
--- a/rules/weston.in
+++ b/rules/weston.in
@@ -127,4 +127,11 @@ config WESTON_SIMPLE_DMABUF_DRM_ETNAVIV
bool
default LIBDRM_ETNAVIV
+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 9622719a6e88..c1021d65e846 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -130,6 +130,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]