mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- Drop !BR2_PACKAGE_PYTHON3 dependency as SConstruct requires host-python3 since version 4.1.10 and:8dd6d47557- host-python-psutil is needed since 4.1.8 andff03811e31- Drop unneeded host-python-typing dependency - C++17 and so gcc 7 is required since 4.1.8 and01d84b2565- Set --disable-minimum-compiler-version-enforcement as mongodb enforces gcc >= 8.2 since verson 4.1.8 and9ac90b128e- Explictly disable ssl if needed as ssl is enabled by default - Add host-python-cheetah dependency if needed - Manage new http-client option added in version 4.1.2 and4d7dcca91bSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Titouan: Fix patch conflicts with master] Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>