9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
config BR2_PACKAGE_FLUTTER_ENGINE
|
|
bool "Flutter engine"
|
|
depends on BR2_aarch64 || (BR2_ARM_EABIHF && BR2_arm)
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
|
help
|
|
Flutter engine. Prebuilt from yocto's meta-flutter.
|
|
|
|
https://github.com/flutter/engine
|