summaryrefslogtreecommitdiffstats
path: root/package/mesa3d/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-03-28 14:30:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-28 21:43:56 +0200
commit5a0b868ecff69fec8c7abbe5a7689fdfb7643aee (patch)
tree4aa0b866763630400eb6bee8c671dc0997740692 /package/mesa3d/Config.in
parent493cedf3af061b90a899826e0c184c2f484414f6 (diff)
downloadbuildroot-5a0b868ecff69fec8c7abbe5a7689fdfb7643aee.tar.gz
buildroot-5a0b868ecff69fec8c7abbe5a7689fdfb7643aee.zip
mesa3d: drop unneeded libsha1 logic from Config.in
Commit 7f4e9490b647 (package/mesa3d: remove sha1 external dependency) removed the --with-sha1 logic from mesa3d.mk, but didn't remove the corresponding logic / comment from Config.in. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mesa3d/Config.in')
-rw-r--r--package/mesa3d/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 2b085ab592..57e88ec66d 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -153,10 +153,6 @@ config BR2_PACKAGE_MESA3D_VULKAN_DRIVER_INTEL
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18 # memfd.h
depends on BR2_TOOLCHAIN_USES_GLIBC # ifunc, static_assert
depends on BR2_PACKAGE_XORG7 # xproto_dri3proto
- # We need a SHA1 implementation. If either openssl or
- # libgcrypt are already part of the build, we'll use one of
- # them, otherwise, use the small libsha1 library.
- select BR2_PACKAGE_LIBSHA1 if (!BR2_PACKAGE_OPENSSL && !BR2_PACKAGE_LIBGCRYPT)
select BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
select BR2_PACKAGE_MESA3D_VULKAN_DRIVER
select BR2_PACKAGE_XPROTO_DRI3PROTO
OpenPOWER on IntegriCloud