From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 11/11] weston: handle libxml2 dependency
Date: Wed, 30 Mar 2016 17:02:57 +0200 [thread overview]
Message-ID: <20160330170257.5ec378e7@free-electrons.com> (raw)
In-Reply-To: <1459262350-10974-12-git-send-email-gustavo@zacarias.com.ar>
Hello,
On Tue, 29 Mar 2016 11:39:10 -0300, Gustavo Zacarias wrote:
> It's used for JUnit XML output support.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/weston/weston.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/package/weston/weston.mk b/package/weston/weston.mk
> index 9313fcc..2891fe3 100644
> --- a/package/weston/weston.mk
> +++ b/package/weston/weston.mk
> @@ -116,4 +116,11 @@ else
> WESTON_CONF_OPTS += --disable-systemd-login --disable-systemd-notify
> endif
>
> +ifeq ($(BR2_PACKAGE_LIBXML2),y)
> +WESTON_CONF_OPTS += --enable-junit-xml
> +WESTON_DEPENDENCIES += libxml2
> +else
> +WESTON_CONF_OPTS += --disable-junit-xml
> +endif
Do we really care about this JUnit XML output support ?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-03-30 15:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-29 14:38 [Buildroot] [PATCH v3 00/11] Weston package enhancements Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 01/11] weston: add EGL support Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 02/11] weston: set default backend for fbdev Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 03/11] weston: add DRM compoitor support Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 04/11] weston: handle optional libva support Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 05/11] weston: add weston-launch support Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 06/11] weston: drop --disable-xwayland-test Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 07/11] weston: handle dbus dependency Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 08/11] weston: handle lcms dependecy Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 09/11] weston: handle webp dependency Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 10/11] weston: handle systemd dependency Gustavo Zacarias
2016-03-29 14:39 ` [Buildroot] [PATCH v3 11/11] weston: handle libxml2 dependency Gustavo Zacarias
2016-03-30 15:02 ` Thomas Petazzoni [this message]
2016-03-30 15:04 ` Gustavo Zacarias
2016-03-30 15:02 ` [Buildroot] [PATCH v3 00/11] Weston package enhancements 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=20160330170257.5ec378e7@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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