Config.in 523 B

123456789101112131415161718192021
  1. comment "python-pyqt needs Qt4"
  2. depends on !BR2_PACKAGE_QT
  3. config BR2_PACKAGE_PYTHON_PYQT
  4. bool "python-pyqt"
  5. depends on BR2_PACKAGE_QT
  6. select BR2_PACKAGE_PYTHON_SIP
  7. help
  8. PyQt4 for Qt Embedded 4 bindings.
  9. http://www.riverbankcomputing.com/software/pyqt/
  10. if BR2_PACKAGE_PYTHON_PYQT
  11. config BR2_PACKAGE_PYTHON_PYQT_ARCH_USES_QREAL_FLOAT
  12. bool
  13. default y if BR2_arm || BR2_armeb
  14. default y if BR2_sh4 || BR2_sh4eb || BR2_sh4a || BR2_sh4aeb
  15. default y if (BR2_mipsel || BR2_mips) && BR2_PACKAGE_QT_EMBEDDED
  16. endif