From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 3/4] weston: optionally install simple clients
Date: Thu, 28 Mar 2019 10:32:09 +0100 [thread overview]
Message-ID: <20190328093210.10336-3-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20190328093210.10336-1-p.zabel@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
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
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-03-28 9:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-28 9:32 [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0 Philipp Zabel
2019-03-28 9:32 ` [ptxdist] [PATCH 2/4] weston: optionally build and install remoting plugin Philipp Zabel
2019-03-28 9:32 ` Philipp Zabel [this message]
2019-03-28 9:32 ` [ptxdist] [PATCH 4/4] weston: optionally install touch calibrator Philipp Zabel
2019-03-29 6:15 ` [ptxdist] [PATCH 1/4] weston: bump version 5.0.0 -> 6.0.0 Michael Olbrich
2019-03-29 6:48 ` Michael Olbrich
2019-03-29 7:55 ` Michael Tretter
2019-03-29 8:31 ` Michael Olbrich
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=20190328093210.10336-3-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