Config.in 569 B

1234567891011121314151617
  1. comment "python-pyqt5 needs a toolchain w/ wchar, NPTL, C++, dynamic library"
  2. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
  3. !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
  4. config BR2_PACKAGE_PYTHON_PYQT5
  5. bool "python-pyqt5"
  6. depends on BR2_INSTALL_LIBSTDCPP
  7. depends on BR2_USE_WCHAR # qt5
  8. depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # qt5
  9. depends on !BR2_STATIC_LIBS # qt5
  10. depends on !BR2_PACKAGE_QT # qt5
  11. select BR2_PACKAGE_QT5
  12. select BR2_PACKAGE_PYTHON_SIP
  13. help
  14. Python bindings for Qt 5
  15. http://www.riverbankcomputing.com/software/pyqt/