Config.in.host 517 B

123456789101112131415
  1. config BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
  2. bool
  3. default y if BR2_HOSTARCH = "x86_64"
  4. config BR2_PACKAGE_HOST_FLUTTER_SDK_BIN
  5. bool "host flutter-sdk-bin"
  6. depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
  7. help
  8. Flutter is Google's SDK for crafting beautiful, fast user
  9. experiences for mobile, web, and desktop from a single
  10. codebase. Flutter works with existing code, is used by
  11. developers and organizations around the world, and is
  12. free and open source.
  13. https://flutter.dev/