Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 1/3] package/mesa3d: add optional support for libsha1
@ 2016-07-17 16:27 Bernd Kuhls
  2016-07-17 16:27 ` [Buildroot] [PATCH v3 2/3] package/mesa3d: provides libgl not only with DRI drivers Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bernd Kuhls @ 2016-07-17 16:27 UTC (permalink / raw)
  To: buildroot

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>
---
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

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

end of thread, other threads:[~2016-09-20 18:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH v3 1/3] package/mesa3d: add optional support for libsha1 Yann E. MORIN
2016-07-18 21:10 ` Thomas Petazzoni

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