From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/3] package/mesa3d: add optional support for libsha1
Date: Sun, 17 Jul 2016 22:23:03 +0200 [thread overview]
Message-ID: <20160717202303.GT3614@free.fr> (raw)
In-Reply-To: <1468772875-5090-1-git-send-email-bernd.kuhls@t-online.de>
Bernd, All,
On 2016-07-17 18:27 +0200, Bernd Kuhls spake thusly:
> mesa3d supports several sha1 implementations:
> https://cgit.freedesktop.org/mesa/mesa/tree/configure.ac?h=12.0#n1167
>
> This patch adds support for libsha1, inspired by the
> xserver_xorg-server package:
> https://github.com/buildroot/buildroot/blob/master/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk#L247
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Since I gave my Acked-by on the previous ieteration of this patch, and
given that you did not change, you were totally entitled to add my
Acked-by when respinning this patch. Here it goes for posterity:
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> v3: no changes
> v2: never released, jumped from v1 to v3
>
> package/mesa3d/mesa3d.mk | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
> index dcd43d5..19dec49 100644
> --- a/package/mesa3d/mesa3d.mk
> +++ b/package/mesa3d/mesa3d.mk
> @@ -36,6 +36,9 @@ MESA3D_CONF_OPTS += --with-sha1=libcrypto
> else ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
> MESA3D_DEPENDENCIES += libgcrypt
> MESA3D_CONF_OPTS += --with-sha1=libgcrypt
> +else ifeq ($(BR2_PACKAGE_LIBSHA1),y)
> +MESA3D_DEPENDENCIES += libsha1
> +MESA3D_CONF_OPTS += --with-sha1=libsha1
> endif
>
> ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
> --
> 2.8.1
>
> _______________________________________________
> 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-17 20:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-17 16:27 [Buildroot] [PATCH v3 1/3] package/mesa3d: add optional support for libsha1 Bernd Kuhls
2016-07-17 16:27 ` [Buildroot] [PATCH v3 2/3] package/mesa3d: provides libgl not only with DRI drivers Bernd Kuhls
2016-09-20 18:03 ` Thomas Petazzoni
2016-07-17 16:27 ` [Buildroot] [PATCH v3 3/3] package/mesa3d: add support for Intel Vulkan driver Bernd Kuhls
2016-09-20 18:03 ` Thomas Petazzoni
2016-07-17 20:23 ` Yann E. MORIN [this message]
2016-07-18 21:10 ` [Buildroot] [PATCH v3 1/3] package/mesa3d: add optional support for libsha1 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=20160717202303.GT3614@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