Config.in 582 B

12345678910111213141516171819
  1. config BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
  2. bool
  3. # v8 is only available on certain architectures
  4. depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
  5. # ARM needs BLX, so v5t+
  6. depends on !(BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_fa526)
  7. default y
  8. config BR2_PACKAGE_QT5JSBACKEND
  9. bool "qt5jsbackend"
  10. select BR2_PACKAGE_QT5BASE
  11. depends on BR2_PACKAGE_QT5JSBACKEND_AVAILABLE
  12. help
  13. Qt is a cross-platform application and UI framework for
  14. developers using C++.
  15. This package corresponds to the qt5jsbackend module.
  16. http://qt-project.org