From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 4/4] weston: optionally install touch calibrator
Date: Fri, 29 Mar 2019 10:50:18 +0100 [thread overview]
Message-ID: <20190329095018.2823-4-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20190329095018.2823-1-p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
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
ptxdist@pengutronix.de
prev parent reply other threads:[~2019-03-29 9:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 9:50 [ptxdist] [PATCH v2 1/4] weston: bump version 5.0.0 -> 6.0.0 Philipp Zabel
2019-03-29 9:50 ` [ptxdist] [PATCH v2 2/4] weston: optionally build and install remoting plugin Philipp Zabel
2019-03-29 9:50 ` [ptxdist] [PATCH v2 3/4] weston: optionally install simple clients Philipp Zabel
2019-03-29 9:50 ` Philipp Zabel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190329095018.2823-4-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox