mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
Some specific versions of OP-TEE need the python-pillow module on the host to build support for the TUI (Trusted User Interface) feature. To allow building such OP-TEE versions, this commit adds the option BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_PILLOW which when enabled ensures that host-python-pillow is built before OP-TEE. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>