Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] package/weston: Add demo clients install option
@ 2016-07-15 13:14 Sergi Granell
  2016-07-15 16:03 ` Yann E. MORIN
  2016-07-15 17:37 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Sergi Granell @ 2016-07-15 13:14 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com>
---
 package/weston/Config.in | 5 +++++
 package/weston/weston.mk | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 0812279..c1eb7da 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -104,4 +104,9 @@ config BR2_PACKAGE_WESTON_XWAYLAND
 comment "XWayland support needs libepoxy and X.org enabled"
 	depends on !BR2_PACKAGE_XORG7 || !BR2_PACKAGE_LIBEPOXY
 
+config BR2_PACKAGE_WESTON_DEMO_CLIENTS
+	bool "demo clients"
+	help
+	  This enables the installation of Weston's demo clients.
+
 endif
diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index dfcb9ac..31c9281 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -142,4 +142,10 @@ else
 WESTON_CONF_OPTS += --disable-junit-xml
 endif
 
+ifeq ($(BR2_PACKAGE_WESTON_DEMO_CLIENTS),y)
+WESTON_CONF_OPTS += --enable-demo-clients-install
+else
+WESTON_CONF_OPTS += --disable-demo-clients-install
+endif
+
 $(eval $(autotools-package))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-15 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 13:14 [Buildroot] [PATCH v3] package/weston: Add demo clients install option Sergi Granell
2016-07-15 16:03 ` Yann E. MORIN
2016-07-15 17:37 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox