All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/weston: Add demo clients install option
@ 2016-07-15 11:23 Sergi Granell
  2016-07-15 12:34 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Sergi Granell @ 2016-07-15 11:23 UTC (permalink / raw)
  To: buildroot

---
 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] 4+ messages in thread

* [Buildroot] [PATCH] package/weston: Add demo clients install option
  2016-07-15 11:23 [Buildroot] [PATCH] package/weston: Add demo clients install option Sergi Granell
@ 2016-07-15 12:34 ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2016-07-15 12:34 UTC (permalink / raw)
  To: buildroot

Sergi, All,

On 2016-07-15 13:23 +0200, Sergi Granell spake thusly:
> ---

You forgot to sign-off your patch.

Regards,
Yann E. MORIN.

>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] package/weston: Add demo clients install option
  2016-07-15 10:50 Sergi Granell
@ 2016-07-15 11:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-07-15 11:07 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 15 Jul 2016 12:50:51 +0200, Sergi Granell wrote:
> ---
>  package/weston/Config.in | 3 +++
>  package/weston/weston.mk | 6 ++++++
>  2 files changed, 9 insertions(+)
> 
> diff --git a/package/weston/Config.in b/package/weston/Config.in
> index 0812279..9349317 100644
> --- a/package/weston/Config.in
> +++ b/package/weston/Config.in
> @@ -104,4 +104,7 @@ 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"

The patch looks good, but could you send an updated version with some
help text for this option?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] package/weston: Add demo clients install option
@ 2016-07-15 10:50 Sergi Granell
  2016-07-15 11:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Sergi Granell @ 2016-07-15 10:50 UTC (permalink / raw)
  To: buildroot

---
 package/weston/Config.in | 3 +++
 package/weston/weston.mk | 6 ++++++
 2 files changed, 9 insertions(+)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 0812279..9349317 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -104,4 +104,7 @@ 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"
+
 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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 11:23 [Buildroot] [PATCH] package/weston: Add demo clients install option Sergi Granell
2016-07-15 12:34 ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2016-07-15 10:50 Sergi Granell
2016-07-15 11:07 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.