2
1

Config.in 453 B

123456789101112131415
  1. comment "python-pyqt needs a toolchain w/ C++, threads"
  2. depends on BR2_USE_MMU
  3. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
  4. config BR2_PACKAGE_PYTHON_PYQT
  5. bool "python-pyqt"
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. depends on BR2_TOOLCHAIN_HAS_THREADS # qt
  8. depends on BR2_USE_MMU # qt
  9. select BR2_PACKAGE_QT
  10. select BR2_PACKAGE_PYTHON_SIP
  11. help
  12. PyQt4 for Qt Embedded 4 bindings.
  13. http://www.riverbankcomputing.com/software/pyqt/