diff options
| author | Romain Naour <romain.naour@gmail.com> | 2017-03-26 22:17:44 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-26 22:36:28 +0200 |
| commit | 7f4e9490b647510572a22d0da0668325c836e2e7 (patch) | |
| tree | 2ab0b5b0c3f4442e0c362cde3f18ad479c3e207c | |
| parent | 84d50c2e5a0067b526587961dc304697317bf324 (diff) | |
| download | buildroot-7f4e9490b647510572a22d0da0668325c836e2e7.tar.gz buildroot-7f4e9490b647510572a22d0da0668325c836e2e7.zip | |
package/mesa3d: remove sha1 external dependency
--with-sha1 option was removed since mesa 1.17.0 by commit [1].
[1] https://cgit.freedesktop.org/mesa/mesa/commit/?id=d1efa09d342bff3e5def2978a0bef748d74f9c82
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/mesa3d/mesa3d.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk index 0ad8deda20..d2e071528c 100644 --- a/package/mesa3d/mesa3d.mk +++ b/package/mesa3d/mesa3d.mk @@ -30,17 +30,6 @@ MESA3D_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -mno-compact-eh" MESA3D_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) -mno-compact-eh" endif -ifeq ($(BR2_PACKAGE_OPENSSL),y) -MESA3D_DEPENDENCIES += openssl -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_XORG7),y) MESA3D_DEPENDENCIES += \ xproto_xf86driproto \ |

