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