From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3] package/weston: Add demo clients install option
Date: Fri, 15 Jul 2016 18:03:21 +0200 [thread overview]
Message-ID: <20160715160320.GF3692@free.fr> (raw)
In-Reply-To: <1468588449-20390-1-git-send-email-xerpi.g.12@gmail.com>
Sergi, All,
On 2016-07-15 15:14 +0200, Sergi Granell spake thusly:
> Signed-off-by: Sergi Granell <xerpi.g.12@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Thanks! :-)
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. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2016-07-15 16:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2016-07-15 17:37 ` Thomas Petazzoni
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=20160715160320.GF3692@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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